







![]() ![]() |
A .NET Library aimed at helping you get up to speed quickly with Authorize.NET |
AuthorizationRequest Constructor (String, String, Decimal, String) |
AuthorizationRequest Class See Also Send Feedback |
Initializes a new instance of the AuthorizationRequest class.
Namespace: AuthorizeNet
Assembly: AuthorizeNet (in AuthorizeNet.dll) Version: 0.0.0.0
Syntax
C# |
---|
public AuthorizationRequest( string cardNumber, string expirationMonthAndYear, decimal amount, string description ) |
Visual Basic |
---|
Public Sub New ( _ cardNumber As String, _ expirationMonthAndYear As String, _ amount As Decimal, _ description As String _ ) |
Visual C++ |
---|
public: AuthorizationRequest( String^ cardNumber, String^ expirationMonthAndYear, Decimal amount, String^ description ) |
Parameters
- cardNumber
- Type: System..::..String
The card number.
- expirationMonthAndYear
- Type: System..::..String
The expiration month and year.
- amount
- Type: System..::..Decimal
The amount.
- description
- Type: System..::..String
The description.