Variable.InvestOfferType
const InvestOfferType: {
Buy: "BUY";
Sell: "SELL";
};
Type of a secondary market offer.
Type Declaration
| Name | Type | Default value |
|---|---|---|
Buy | "BUY" | 'BUY' |
Sell | "SELL" | 'SELL' |
const InvestOfferType: {
Buy: "BUY";
Sell: "SELL";
};
Type of a secondary market offer.
| Name | Type | Default value |
|---|---|---|
Buy | "BUY" | 'BUY' |
Sell | "SELL" | 'SELL' |