UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

13 lines (12 loc) 524 B
/** Payment method integration type */ export var IntegrationType; (function (IntegrationType) { IntegrationType["BANK_TRANSFER"] = "BANK_TRANSFER"; IntegrationType["COMPONENT"] = "COMPONENT"; IntegrationType["DONE"] = "DONE"; IntegrationType["IFRAME_VANTIV"] = "IFRAME_VANTIV"; IntegrationType["IN_CONTEXT"] = "IN_CONTEXT"; IntegrationType["NONE"] = "NONE"; IntegrationType["POST_FORM"] = "POST_FORM"; IntegrationType["REDIRECT"] = "REDIRECT"; })(IntegrationType || (IntegrationType = {}));