Click or drag to resize
TransactionRequest Class
Authorize.NET API - Payment request data.
Inheritance Hierarchy
SystemObject
  CMS.Ecommerce.AuthorizeNetDataContractsTransactionRequest

Namespace: CMS.Ecommerce.AuthorizeNetDataContracts
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 11.0.0
Syntax
C#
public class TransactionRequest

The TransactionRequest type exposes the following members.

Constructors
  NameDescription
Public methodTransactionRequest
Top
Properties
  NameDescription
Public propertyAmount
Grand total price for order including tax and shipping.
Public propertyBillTo
Billing address.
Public propertyCustomer
Data about customer.
Public propertyOrder
Data about order.
Public propertyPayment
Data about payment - credit card data.
Public propertyPONumber
Manually assigned purchase order number.
Public propertyRefTransId
Transaction ID of previous transaction. In case of capture request - ID of authorize transaction.
Public propertyShipping
Information about shipping.
Public propertyShipTo
Shipping address.
Public propertyTax
Information about tax.
Public propertyTransactionType
Type of request.
Top
See Also