Interface CheckoutResponse

interface CheckoutResponse {
    data: Checkout;
    warnings?: string[];
}

Properties

Properties

data: Checkout
warnings?: string[]