UNPKG

wallee

Version:
13 lines (12 loc) 633 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); exports.ShopifyRecurringOrderState = void 0; var ShopifyRecurringOrderState; (function (ShopifyRecurringOrderState) { ShopifyRecurringOrderState["PENDING"] = "PENDING"; ShopifyRecurringOrderState["ONHOLD"] = "ONHOLD"; ShopifyRecurringOrderState["PROCESSING"] = "PROCESSING"; ShopifyRecurringOrderState["CANCELED"] = "CANCELED"; ShopifyRecurringOrderState["BILLED"] = "BILLED"; ShopifyRecurringOrderState["FAILED"] = "FAILED"; })(ShopifyRecurringOrderState || (exports.ShopifyRecurringOrderState = ShopifyRecurringOrderState = {}));