@usethrottle/checkout-sdk
    Preparing search index...

    Interface CompleteCheckoutSessionInput

    interface CompleteCheckoutSessionInput {
        billingAddress?: CheckoutAddress;
        billingSameAsShipping?: boolean;
        email?: string;
        invoiceNumber?: string;
        net30Acceptance?: Net30Acceptance;
        netDays?: number;
        paymentMethod: PaymentMethod;
        paymentToken?: string;
        processorCheckoutSessionId?: string;
        processorTransactionId?: string;
        shippingAddress?: CheckoutAddress;
        termsAccepted?: boolean;
        termsSnapshot?: string;
    }
    Index
    billingAddress?: CheckoutAddress
    billingSameAsShipping?: boolean
    email?: string
    invoiceNumber?: string
    net30Acceptance?: Net30Acceptance
    netDays?: number
    paymentMethod: PaymentMethod
    paymentToken?: string
    processorCheckoutSessionId?: string
    processorTransactionId?: string
    shippingAddress?: CheckoutAddress
    termsAccepted?: boolean
    termsSnapshot?: string