Documentation
    Preparing search index...

    Interface BillingInvoiceParty

    interface BillingInvoiceParty {
        address: Address | null;
        email: string | null;
        name: string;
        phoneNumber: string | null;
    }
    Index
    address: Address | null
    email: string | null
    name: string
    phoneNumber: string | null