@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
10 lines • 595 B
TypeScript
/** Parameters needed to flush the engagement */
export interface EngagementFlushRequest {
/** Indicates that order, if needed, will be automatically paid with preferred payment method */
autoPayWithPreferredPaymentMethod: boolean;
/** If false, the order will be registered; if true, the order will be returned but not registered. Useful to compute prices */
dryRun: boolean;
/** If true, when the order will be paid, the service termination workflow will automatically be started */
terminateSubscription: boolean;
}
//# sourceMappingURL=EngagementFlushRequest.d.ts.map