







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