UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

7 lines 232 B
/** Integration payment mean type */ export declare enum PaymentMeanIntegrationEnum { 'GET_FORM' = "GET_FORM", 'POST_FORM' = "POST_FORM", 'REDIRECT' = "REDIRECT" } //# sourceMappingURL=PaymentMeanIntegrationEnum.d.ts.map