







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