JS API Reference
Class: Demand
market/demand/demand.Demand
Table of contents
Constructors
Properties
Accessors
Constructors
constructor
• new Demand(id, details): Demand
Parameters
| Name | Type |
|---|---|
id | string |
details | DemandSpecification |
Returns
Defined in
src/market/demand/demand.ts:111
Properties
id
• Readonly id: string
Defined in
src/market/demand/demand.ts:112
details
• Readonly details: DemandSpecification
Defined in
src/market/demand/demand.ts:113
Accessors
paymentPlatform
• get paymentPlatform(): string
Returns
string
Defined in
Was this helpful?