Mayson Monorepo Documentation
    Preparing search index...
    interface Shipping {
        address?: Stripe.V2.Core.Account.Configuration.Customer.Shipping.Address;
        name?: string;
        phone?: string;
    }
    Index

    Properties

    Properties

    Customer shipping address.

    name?: string

    Customer name.

    phone?: string

    Customer phone (including extension).