export Fees

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

Properties

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

The name of this object

short_id?: null | string