Variable.InvestOfferStatus
const InvestOfferStatus: {
Deleted: "DELETED";
Expired: "EXPIRED";
Open: "OPEN";
};
Status of a secondary market offer through its lifecycle.
Type Declaration
| Name | Type |
|---|---|
Deleted | "DELETED" |
Expired | "EXPIRED" |
Open | "OPEN" |