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

    Properties

    address?: AddressParam

    Billing address.

    email?: string

    Email address.

    name?: string

    Full name.

    phone?: string

    Billing phone number (including extension).