UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 353 B
/** 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