







![]() ![]() |
A .NET Library aimed at helping you get up to speed quickly with Authorize.NET |
Transaction..::..BatchSettledOn Property |
Transaction Class See Also Send Feedback |
Gets or sets the batch settled on.
Namespace: AuthorizeNet
Assembly: AuthorizeNet (in AuthorizeNet.dll) Version: 0.0.0.0
Syntax
C# |
---|
public DateTime BatchSettledOn { get; set; } |
Visual Basic |
---|
Public Property BatchSettledOn As DateTime Get Set |
Visual C++ |
---|
public: property DateTime BatchSettledOn { DateTime get (); void set (DateTime value); } |