UNPKG

nowpayments-api-typescript

Version:
11 lines (10 loc) 254 B
export interface ICreateInvoice { price_amount: number; price_currency: string; pay_currency?: string; ipn_callback_url?: string; order_id?: string; order_description?: string; success_url?: string; cancel_url?: string; }