Process this CPayment through the gateway as a SALE TransactionType.

Namespace:  Asi.iBO.Financials
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
public PaymentGatewayResponse ProcessPayment(
	CAddressBasic billingAddress
)
Visual Basic (Declaration)
Public Function ProcessPayment ( _
	billingAddress As CAddressBasic _
) As PaymentGatewayResponse
Visual C++
public:
PaymentGatewayResponse^ ProcessPayment(
	CAddressBasic^ billingAddress
)

Parameters

billingAddress
Type: Asi.iBO.ContactManagement..::.CAddressBasic
CAddressBasic billing address to use.

Return Value

A PaymentGatewayResponse object from the gateway.

See Also