Mayson Monorepo Documentation
    Preparing search index...
    interface CustomerDetails {
        address: Stripe.Address;
        business_name: string;
        email: string;
        individual_name: string;
        name: string;
        phone: string;
        tax_exempt: Stripe.Checkout.Session.CustomerDetails.TaxExempt;
        tax_ids: Stripe.Checkout.Session.CustomerDetails.TaxId[];
    }
    Index

    Properties

    address: Stripe.Address

    The customer's address after a completed Checkout Session. Note: This property is populated only for sessions on or after March 30, 2022.

    business_name: string

    The customer's business name after a completed Checkout Session.

    email: string

    The email associated with the Customer, if one exists, on the Checkout Session after a completed Checkout Session or at time of session expiry. Otherwise, if the customer has consented to promotional content, this value is the most recent valid email provided by the customer on the Checkout form.

    individual_name: string

    The customer's individual name after a completed Checkout Session.

    name: string

    The customer's name after a completed Checkout Session. Note: This property is populated only for sessions on or after March 30, 2022.

    phone: string

    The customer's phone number after a completed Checkout Session.

    The customer's tax exempt status after a completed Checkout Session.

    The customer's tax IDs after a completed Checkout Session.