Mayson Monorepo Documentation
    Preparing search index...
    interface VisaCheckout {
        billing_address: Stripe.Address;
        email: string;
        name: string;
        shipping_address: Stripe.Address;
    }
    Index

    Properties

    billing_address: Stripe.Address

    Owner's verified billing address. Values are verified or provided by the wallet directly (if supported) at the time of authorization or settlement. They cannot be set or mutated.

    email: string

    Owner's verified email. Values are verified or provided by the wallet directly (if supported) at the time of authorization or settlement. They cannot be set or mutated.

    name: string

    Owner's verified full name. Values are verified or provided by the wallet directly (if supported) at the time of authorization or settlement. They cannot be set or mutated.

    shipping_address: Stripe.Address

    Owner's verified shipping address. Values are verified or provided by the wallet directly (if supported) at the time of authorization or settlement. They cannot be set or mutated.