JS API Reference

Class: PaymentDemandDirectorConfig

market/demand/directors/payment-demand-director-config.PaymentDemandDirectorConfig

Basic config utility class

Helps in building more specific config classes

Hierarchy

Implements

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new PaymentDemandDirectorConfig(options?): PaymentDemandDirectorConfig

Parameters

NameType
options?Partial<PaymentDemandDirectorConfigOptions>

Returns

PaymentDemandDirectorConfig

Overrides

BaseConfig.constructor

Defined in

src/market/demand/directors/payment-demand-director-config.ts:15

Properties

debitNotesAcceptanceTimeoutSec

Readonly debitNotesAcceptanceTimeoutSec: number

Implementation of

PaymentDemandDirectorConfigOptions.debitNotesAcceptanceTimeoutSec

Defined in

src/market/demand/directors/payment-demand-director-config.ts:11


midAgreementDebitNoteIntervalSec

Readonly midAgreementDebitNoteIntervalSec: number

Implementation of

PaymentDemandDirectorConfigOptions.midAgreementDebitNoteIntervalSec

Defined in

src/market/demand/directors/payment-demand-director-config.ts:12


midAgreementPaymentTimeoutSec

Readonly midAgreementPaymentTimeoutSec: number

Implementation of

PaymentDemandDirectorConfigOptions.midAgreementPaymentTimeoutSec

Defined in

src/market/demand/directors/payment-demand-director-config.ts:13

Methods

isPositiveInt

isPositiveInt(value): boolean

Parameters

NameType
valuenumber

Returns

boolean

Inherited from

BaseConfig.isPositiveInt

Defined in

src/market/demand/directors/base-config.ts:7