google-wallet
Version:
Google wallet library for Node.js
28 lines (27 loc) • 554 B
TypeScript
export declare enum StateEnum {
STATE_UNSPECIFIED = "STATE_UNSPECIFIED",
ACTIVE = "ACTIVE",
/**
* This item is deprecated!
* @deprecated
*/
active = "active",
COMPLETED = "COMPLETED",
/**
* This item is deprecated!
* @deprecated
*/
completed = "completed",
EXPIRED = "EXPIRED",
/**
* This item is deprecated!
* @deprecated
*/
expired = "expired",
INACTIVE = "INACTIVE",
/**
* This item is deprecated!
* @deprecated
*/
inactive = "inactive"
}