Documentation
    Preparing search index...

    Interface BillingInvoiceSurcharge

    interface BillingInvoiceSurcharge {
        amount: number;
        carrierId?: string;
        name: string;
        type: BILLING_INVOICE_SURCHARGE_TYPE;
    }

    Hierarchy (View Summary)

    Index
    amount: number
    carrierId?: string
    name: string