Websites v4 docs v5.2.5
    Preparing search index...

    Type Alias DBAPIFee

    type DBAPIFee = {
        cost: number;
        cost_type: string;
        fee_description: string;
        group: string;
        name: string;
        price_on_application: boolean;
        qualifier: string;
        show: boolean;
        sort_order: number;
    }
    Index

    Properties

    cost: number
    cost_type: string
    fee_description: string
    group: string
    name: string
    price_on_application: boolean
    qualifier: string
    show: boolean
    sort_order: number