Mayson Monorepo Documentation
    Preparing search index...
    interface Paypal {
        category?: Stripe.PaymentIntentAmountDetailsLineItem.PaymentMethodOptions.Paypal.Category;
        description?: string;
        sold_by?: string;
    }
    Index

    Properties

    Type of the line item.

    description?: string

    Description of the line item.

    sold_by?: string

    The Stripe account ID of the connected account that sells the item. This is only needed when using Separate Charges and Transfers.