google-wallet
Version:
Google wallet library for Node.js
29 lines • 1.15 kB
JavaScript
export 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 || (ConfirmationCodeLabelEnum = {}));
//# sourceMappingURL=ConfirmationCodeLabel.js.map