Skip to main content

Interface: IOpenTransaction

Interface for an open transaction.

See

Detail Open Payment - Tripay

Hierarchy

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

IBaseTransaction.merchant_ref

Defined in

src/transaction/transaction.interface.ts:11


pay_code

pay_code: string

The pay code.

Inherited from

IBaseTransaction.pay_code

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

IBaseTransaction.payment_name

Defined in

src/transaction/transaction.interface.ts:21


qr_string

Optional qr_string: null | string

The QR code string (optional).

Inherited from

IBaseTransaction.qr_string

Defined in

src/transaction/transaction.interface.ts:36


qr_url

Optional qr_url: null | string

The QR code URL (optional).

Inherited from

IBaseTransaction.qr_url

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