Interface: IOpenTransactionList
Represents the data structure for an open transaction list.
See
Open Transactions List - Tripay
Properties
amount
• amount: number
The amount of the transaction.
Defined in
src/transaction/open-transaction/open-transaction.interface.ts:39
amount_received
• amount_received: number
The amount received for the transaction.
Defined in
src/transaction/open-transaction/open-transaction.interface.ts:51
checkout_url
• checkout_url: string
The URL for the checkout page.
Defined in
src/transaction/open-transaction/open-transaction.interface.ts:54
customer_name
• customer_name: string
The name of the customer.
Defined in
src/transaction/open-transaction/open-transaction.interface.ts:36
fee_customer
• fee_customer: number
The customer fee for the transaction.
Defined in
src/transaction/open-transaction/open-transaction.interface.ts:45
fee_merchant
• fee_merchant: number
The merchant fee for the transaction.
Defined in
src/transaction/open-transaction/open-transaction.interface.ts:42
merchant_ref
• merchant_ref: string
The merchant reference of the transaction.
Defined in
src/transaction/open-transaction/open-transaction.interface.ts:27
paid_at
• paid_at: number
The timestamp when the payment was made.
Defined in
src/transaction/open-transaction/open-transaction.interface.ts:60
payment_method
• payment_method: PaymentMethod
The payment method used for the transaction.
Defined in
src/transaction/open-transaction/open-transaction.interface.ts:30
payment_name
• payment_name: string
The name of the payment.
Defined in
src/transaction/open-transaction/open-transaction.interface.ts:33
reference
• reference: string
The reference of the transaction.
Defined in
src/transaction/open-transaction/open-transaction.interface.ts:24
status
• status: PaymentStatus
The status of the payment.
Defined in
src/transaction/open-transaction/open-transaction.interface.ts:57
total_fee
• total_fee: number
The total fee for the transaction.
Defined in
src/transaction/open-transaction/open-transaction.interface.ts:48