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

    Properties

    Properties

    address: Stripe.Address

    A representation of a physical address.

    email: string

    The billing email associated with the method of payment.

    name: string

    The billing name associated with the method of payment.

    phone: string

    The billing phone number associated with the method of payment.