Process this CPayment through the gateway.
Namespace: Asi.iBO.FinancialsAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0
Syntax
| C# |
|---|
public PaymentGatewayResponse ProcessPayment( TransactionType transactionType, CAddressBasic billingAddress ) |
| Visual Basic |
|---|
Public Function ProcessPayment ( _ transactionType As TransactionType, _ billingAddress As CAddressBasic _ ) As PaymentGatewayResponse |
| Visual C++ |
|---|
public: PaymentGatewayResponse^ ProcessPayment( TransactionType transactionType, CAddressBasic^ billingAddress ) |
Parameters
- transactionType
- Type: Asi.iBO.Commerce..::..TransactionType
TransactionType for this transaction.
- billingAddress
- Type: Asi.iBO.ContactManagement..::..CAddressBasic
CAddressBasic billing address to use.