@webshop/root - v1.0.0
    Preparing search index...
    type CheckoutStartResponse = {
        checkoutUrl: string;
        discountAmount: number;
        orderId: number;
        subtotal: number;
        total: number;
        transactionId: string;
    }
    Index

    Properties

    checkoutUrl: string
    discountAmount: number
    orderId: number
    subtotal: number
    total: number
    transactionId: string