google-wallet
Version:
Google wallet library for Node.js
32 lines • 1.3 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ConfirmationCodeLabelEnum = void 0;
var ConfirmationCodeLabelEnum;
(function (ConfirmationCodeLabelEnum) {
ConfirmationCodeLabelEnum["CONFIRMATION_CODE_LABEL_UNSPECIFIED"] = "CONFIRMATION_CODE_LABEL_UNSPECIFIED";
ConfirmationCodeLabelEnum["CONFIRMATION_CODE"] = "CONFIRMATION_CODE";
/**
* This item is deprecated!
* @deprecated
*/
ConfirmationCodeLabelEnum["confirmationCode"] = "confirmationCode";
ConfirmationCodeLabelEnum["CONFIRMATION_NUMBER"] = "CONFIRMATION_NUMBER";
/**
* This item is deprecated!
* @deprecated
*/
ConfirmationCodeLabelEnum["confirmationNumber"] = "confirmationNumber";
ConfirmationCodeLabelEnum["ORDER_NUMBER"] = "ORDER_NUMBER";
/**
* This item is deprecated!
* @deprecated
*/
ConfirmationCodeLabelEnum["orderNumber"] = "orderNumber";
ConfirmationCodeLabelEnum["RESERVATION_NUMBER"] = "RESERVATION_NUMBER";
/**
* This item is deprecated!
* @deprecated
*/
ConfirmationCodeLabelEnum["reservationNumber"] = "reservationNumber";
})(ConfirmationCodeLabelEnum || (exports.ConfirmationCodeLabelEnum = ConfirmationCodeLabelEnum = {}));
//# sourceMappingURL=ConfirmationCodeLabel.js.map