CommonPaymentAgreementRequest
public protocol CommonPaymentAgreementRequest
Common properties of the PaymentAgreement
request
-
A merchant application specific reference number for the transaction.
Declaration
Swift
var clientReference: String { get }
-
A merchant application specific reference number for the customer.
Declaration
Swift
var customerRef: String? { get }
-
Merchant order number of the transaction.
Declaration
Swift
var orderNumber: String? { get }
-
Description of the payment agreement. Used to distinguish payment agreements from one another.
Declaration
Swift
var description: String? { get }