Interface: IOpenTransaction
Interface for an open transaction.
See
Hierarchy
↳
IOpenTransaction
Properties
customer_name
• customer_name: string
The name of the customer.
Inherited from
IBaseTransaction.customer_name
Defined in
src/transaction/transaction.interface.ts:16
merchant_ref
• merchant_ref: string
The reference number of the merchant.
Inherited from
Defined in
src/transaction/transaction.interface.ts:11
pay_code
• pay_code: string
The pay code.
Inherited from
Defined in
src/transaction/transaction.interface.ts:31
payment_method
• payment_method: PaymentMethod
The payment method used.
Inherited from
IBaseTransaction.payment_method
Defined in
src/transaction/transaction.interface.ts:26
payment_name
• payment_name: string
The name of the payment.
Inherited from
Defined in
src/transaction/transaction.interface.ts:21
qr_string
• Optional
qr_string: null
| string
The QR code string (optional).
Inherited from
Defined in
src/transaction/transaction.interface.ts:36
qr_url
• Optional
qr_url: null
| string
The QR code URL (optional).
Inherited from
Defined in
src/transaction/transaction.interface.ts:41
uuid
• uuid: string
The UUID of the transaction.
Defined in
src/transaction/open-transaction/open-transaction.interface.ts:14