wallee
Version:
TypeScript/JavaScript client for wallee
11 lines (10 loc) • 531 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.DeliveryIndicationState = void 0;
var DeliveryIndicationState;
(function (DeliveryIndicationState) {
DeliveryIndicationState["PENDING"] = "PENDING";
DeliveryIndicationState["NOT_SUITABLE"] = "NOT_SUITABLE";
DeliveryIndicationState["MANUAL_CHECK_REQUIRED"] = "MANUAL_CHECK_REQUIRED";
DeliveryIndicationState["SUITABLE"] = "SUITABLE";
})(DeliveryIndicationState || (exports.DeliveryIndicationState = DeliveryIndicationState = {}));