BatchSettlementState Property

AuthorizeNet .NET

Collapse imageExpand ImageCopy imageCopyHover image
Gets or sets the state of the batch settlement.

Namespace: AuthorizeNet
Assembly: AuthorizeNet (in AuthorizeNet.dll) Version: 0.0.0.0

Syntax

C#
public string BatchSettlementState { get; set; }
Visual Basic
Public Property BatchSettlementState As String
	Get
	Set
Visual C++
public:
property String^ BatchSettlementState {
	String^ get ();
	void set (String^ value);
}

Field Value

The state of the batch settlement.

See Also