Beignet API reference
    Preparing search index...

    Interface PaymentCheckoutLineItem

    Hosted checkout line item.

    interface PaymentCheckoutLineItem {
        priceId: string;
        quantity?: number;
    }
    Index
    priceId: string

    Provider price identifier.

    quantity?: number

    Quantity for this price. Defaults to the provider's default behavior.