Interface RequestInvoiceOptions

Interface representing options for requesting invoice information. RequestInvoiceOptions

interface RequestInvoiceOptions {
    amount: number;
    asset_id: string;
}

Hierarchy (view full)

Properties

Properties

amount: number
asset_id: string