Mayson Monorepo Documentation
    Preparing search index...
    interface BillingDetails {
        address?: Emptyable<AddressParam>;
        email?: string;
        name?: string;
        phone?: string;
        tax_id?: string;
    }
    Index

    Properties

    Billing address.

    email?: string

    Email address.

    name?: string

    Full name.

    phone?: string

    Billing phone number (including extension).

    tax_id?: string

    Taxpayer identification number. Used only for transactions between LATAM buyers and non-LATAM sellers.