Interface: IBaseTransaction
Interface representing a base transaction.
Hierarchy
IBaseTransaction
Properties
customer_name
• customer_name: string
The name of the customer.
Defined in
src/transaction/transaction.interface.ts:16
merchant_ref
• merchant_ref: string
The reference number of the merchant.
Defined in
src/transaction/transaction.interface.ts:11
pay_code
• pay_code: string
The pay code.
Defined in
src/transaction/transaction.interface.ts:31
payment_method
• payment_method: PaymentMethod
The payment method used.
Defined in
src/transaction/transaction.interface.ts:26
payment_name
• payment_name: string
The name of the payment.
Defined in
src/transaction/transaction.interface.ts:21
qr_string
• Optional
qr_string: null
| string
The QR code string (optional).
Defined in
src/transaction/transaction.interface.ts:36
qr_url
• Optional
qr_url: null
| string
The QR code URL (optional).