google-wallet
Version:
Google wallet library for Node.js
17 lines • 544 B
JavaScript
export var SectionLabelEnum;
(function (SectionLabelEnum) {
SectionLabelEnum["SECTION_LABEL_UNSPECIFIED"] = "SECTION_LABEL_UNSPECIFIED";
SectionLabelEnum["SECTION"] = "SECTION";
/**
* This item is deprecated!
* @deprecated
*/
SectionLabelEnum["section"] = "section";
SectionLabelEnum["THEATER"] = "THEATER";
/**
* This item is deprecated!
* @deprecated
*/
SectionLabelEnum["theater"] = "theater";
})(SectionLabelEnum || (SectionLabelEnum = {}));
//# sourceMappingURL=SectionLabel.js.map