export Fees

interface Fees {
    created_at?: string;
    id?: null | string;
    LineItems?: null | LineItem[];
    short_id?: null | string;
}

Properties

created_at?: string
id?: null | string
LineItems?: null | LineItem[]
short_id?: null | string