google-wallet
Version:
Google wallet library for Node.js
29 lines • 752 B
JavaScript
export var StateEnum;
(function (StateEnum) {
StateEnum["STATE_UNSPECIFIED"] = "STATE_UNSPECIFIED";
StateEnum["ACTIVE"] = "ACTIVE";
/**
* This item is deprecated!
* @deprecated
*/
StateEnum["active"] = "active";
StateEnum["COMPLETED"] = "COMPLETED";
/**
* This item is deprecated!
* @deprecated
*/
StateEnum["completed"] = "completed";
StateEnum["EXPIRED"] = "EXPIRED";
/**
* This item is deprecated!
* @deprecated
*/
StateEnum["expired"] = "expired";
StateEnum["INACTIVE"] = "INACTIVE";
/**
* This item is deprecated!
* @deprecated
*/
StateEnum["inactive"] = "inactive";
})(StateEnum || (StateEnum = {}));
//# sourceMappingURL=State.js.map