Mayson Monorepo Documentation
    Preparing search index...
    interface SourceOrder {
        amount: number;
        currency: string;
        email?: string;
        items: Stripe.Source.SourceOrder.Item[];
        shipping?: Stripe.Source.SourceOrder.Shipping;
    }
    Index

    Properties

    amount: number

    A positive integer in the smallest currency unit (that is, 100 cents for $1.00, or 1 for ¥1, Japanese Yen being a zero-decimal currency) representing the total amount for the order.

    currency: string

    Three-letter ISO currency code, in lowercase. Must be a supported currency.

    email?: string

    The email address of the customer placing the order.

    List of items constituting the order.