







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