Mayson Monorepo Documentation
    Preparing search index...
    interface CustomerDetails {
        customer: string;
        email: string;
        name: string;
        phone: string;
    }
    Index

    Properties

    customer: string

    ID of the Stripe Customer associated with this payment.

    email: string

    The customer's email address.

    name: string

    The customer's name.

    phone: string

    The customer's phone number.