Name | Description | |
---|---|---|
AuthorizeNextTransactionRequest Constructor | Initializes a new instance of the AuthorizeNextTransactionRequest class. |
The following tables list the members exposed by AuthorizeNextTransactionRequest.
Name | Description | |
---|---|---|
AuthorizeNextTransactionRequest Constructor | Initializes a new instance of the AuthorizeNextTransactionRequest class. |
Name | Description | |
---|---|---|
Amount | Gets or sets the amount of transaction (Inherited from CommerceBuilder.Payments.BaseTransactionRequest) | |
Capture | Gets or sets a value indicating whether to do authorize and capture in the same step (Inherited from CommerceBuilder.Payments.AuthorizeTransactionRequest) | |
CurrencyCode | Gets or sets the currency used (Inherited from CommerceBuilder.Payments.BaseTransactionRequest) | |
ExtendedProperties | Gets name-value pairs containg additional configuration properties (Inherited from CommerceBuilder.Payments.BaseTransactionRequest) | |
Payment | Gets payment associated with this transaction (Inherited from CommerceBuilder.Payments.BaseTransactionRequest) | |
RemoteIP | Gets or sets the remote IP of the User initiating the transaction (Inherited from CommerceBuilder.Payments.BaseTransactionRequest) | |
Subscription | Gets subscription for which the payment is made | |
TransactionType | Gets the type of transaction (Inherited from CommerceBuilder.Payments.AuthorizeTransactionRequest) |
Name | Description | |
---|---|---|
ToQueryString | Overloaded. Use this method to bulid query string from NameValueCollection |