JS API Reference

Class: Demand

market/demand/demand.Demand

Table of contents

Constructors

Properties

Accessors

Constructors

constructor

new Demand(id, details): Demand

Parameters

NameType
idstring
detailsDemandSpecification

Returns

Demand

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

src/market/demand/demand.ts:116

Was this helpful?