Inttegro TypeScript SDK - v8.2.0
    Preparing search index...

    Interface FeeLineItemParams

    Fee line item

    interface FeeLineItemParams {
        amount: AmountParams;
        customData?: CustomData;
        description?: string;
        id?: string;
        label?: string;
        reference?: string;
        taxCode?: string;
    }
    Index
    amount: AmountParams

    Fee amount

    customData?: CustomData

    Arbitrary custom data

    description?: string

    Fee description

    id?: string

    Fee identifier

    label?: string

    Customer-facing label

    reference?: string

    Fee reference

    taxCode?: string

    Tax classification code