UNPKG

google-wallet

Version:
28 lines (27 loc) 554 B
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" }