Interface: IOpenPaymentParams
Interface for the parameters required to open a payment.
See
Properties
customer_name
• customer_name: string
The name of the customer.
Defined in
src/transaction/open-transaction/open-transaction.interface.ts:99
merchant_ref
• merchant_ref: string
The reference number for the merchant.
Defined in
src/transaction/open-transaction/open-transaction.interface.ts:94
method
• method: PaymentMethod
The payment method to be used.
Defined in
src/transaction/open-transaction/open-transaction.interface.ts:89