Charges Property

AuthorizeNet .NET

Collapse imageExpand ImageCopy imageCopyHover image
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);
}

Field Value

The charges.

See Also