UNPKG

qpay

Version:
9 lines (8 loc) 209 B
export type QPayCreateInvoice = { invoice_code?: string; sender_invoice_no: string; invoice_receiver_code: string; invoice_description: string; amount: number; callback_url: string; };