| TransactionRequest Class |
Namespace: CMS.Ecommerce.AuthorizeNetDataContracts
public class TransactionRequest
The TransactionRequest type exposes the following members.
| Name | Description | |
|---|---|---|
| TransactionRequest |
| Name | Description | |
|---|---|---|
| Amount |
Grand total price for order including tax and shipping.
| |
| BillTo |
Billing address.
| |
| Customer |
Data about customer.
| |
| Order |
Data about order.
| |
| Payment |
Data about payment - credit card data.
| |
| PONumber |
Manually assigned purchase order number.
| |
| RefTransId |
Transaction ID of previous transaction. In case of capture request - ID of authorize transaction.
| |
| Shipping |
Information about shipping.
| |
| ShipTo |
Shipping address.
| |
| Tax |
Information about tax.
| |
| TransactionType |
Type of request.
|