







![]() ![]() |
A .NET Library aimed at helping you get up to speed quickly with Authorize.NET |
Batch..::..Charges Property |
Batch Class See Also Send Feedback |
Gets or sets the charges.
Namespace: AuthorizeNet
Assembly: AuthorizeNet (in AuthorizeNet.dll) Version: 0.0.0.0
Syntax
C# |
---|
public List<Charge> Charges { get; set; } |
Visual Basic |
---|
Public Property Charges As List(Of Charge) Get Set |
Visual C++ |
---|
public: property List<Charge^>^ Charges { List<Charge^>^ get (); void set (List<Charge^>^ value); } |