UNPKG

cannoli-interfaces

Version:
10 lines (9 loc) 550 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EIFoodHandshakeDisputeAction = void 0; var EIFoodHandshakeDisputeAction; (function (EIFoodHandshakeDisputeAction) { EIFoodHandshakeDisputeAction["CANCELLATION"] = "CANCELLATION"; EIFoodHandshakeDisputeAction["PARTIAL_CANCELLATION"] = "PARTIAL_CANCELLATION"; EIFoodHandshakeDisputeAction["PROPOSED_AMOUNT_REFUND"] = "PROPOSED_AMOUNT_REFUND"; })(EIFoodHandshakeDisputeAction || (exports.EIFoodHandshakeDisputeAction = EIFoodHandshakeDisputeAction = {}));