Interface: PaymentInstructionParams
Represents the parameters for a payment instruction.
Properties
allow_html
• Optional allow_html: boolean
Flag indicating whether HTML is allowed.
Defined in
src/payment/payment.interface.ts:23
amount
• Optional amount: number
The amount of the payment.
Defined in
src/payment/payment.interface.ts:18
code
• code: PaymentMethod
The code for the payment method.
Defined in
src/payment/payment.interface.ts:8
pay_code
• Optional pay_code: string
The pay code for the payment.