Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IChargeTransactionArgs

Hierarchy

  • IChargeTransactionArgs

Index

Properties

bank_transfer?: { bank: Omit<PaymentType, "gopay" | "shopeepay" | "qris" | "telkomsel_cash" | "echannel" | "akulaku" | "indomaret"> }

Type declaration

  • bank: Omit<PaymentType, "gopay" | "shopeepay" | "qris" | "telkomsel_cash" | "echannel" | "akulaku" | "indomaret">
custom_expiry?: { expiry_duration: number; order_time?: string; unit?: UnitExpiry }

Type declaration

  • expiry_duration: number
  • Optional order_time?: string
  • Optional unit?: UnitExpiry
custom_field1?: string
custom_field2?: string
custom_field3?: string
metadata: Record<string, unknown>
payment_type: PaymentType
transaction_details: SnapTransactionDetails

Generated using TypeDoc