/** Missing description */
export interface Checkout {
    /** Indicates that order will be automatically paid with preferred payment method */
    autoPayWithPreferredPaymentMethod: boolean;
    /** Indicates that order will be processed with waiving retractation period */
    waiveRetractationPeriod: boolean;
}
//# sourceMappingURL=Checkout.d.ts.map