UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

7 lines 320 B
/** Indicates the mandatory nature of having a valid payment method */ export declare enum RequiredPaymentMethodEnum { 'mandatoryForAutorenew' = "mandatoryForAutorenew", 'mandatoryForPostpaid' = "mandatoryForPostpaid", 'notMandatory' = "notMandatory" } //# sourceMappingURL=RequiredPaymentMethodEnum.d.ts.map