@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
8 lines (7 loc) • 359 B
JavaScript
/** Integration payment mean type */
export var PaymentMeanIntegrationEnum;
(function (PaymentMeanIntegrationEnum) {
PaymentMeanIntegrationEnum["GET_FORM"] = "GET_FORM";
PaymentMeanIntegrationEnum["POST_FORM"] = "POST_FORM";
PaymentMeanIntegrationEnum["REDIRECT"] = "REDIRECT";
})(PaymentMeanIntegrationEnum || (PaymentMeanIntegrationEnum = {}));