Creates a List of Charges from the Statistics return from the batch.
Namespace: AuthorizeNet
Assembly: AuthorizeNet (in AuthorizeNet.dll) Version: 0.0.0.0
Syntax
| C# |
|---|
public static List<Charge> NewFromStat(
batchStatisticType[] stats
) |
| Visual Basic |
|---|
Public Shared Function NewFromStat ( _
stats As batchStatisticType() _
) As List(Of Charge) |
| Visual C++ |
|---|
public:
static List<Charge^>^ NewFromStat(
array<batchStatisticType^>^ stats
) |
Parameters
- stats
- Type: array<batchStatisticType>[]()[][]
The stats.
Return Value
See Also