JS API Reference

Interface: AllocationOptions

payment/allocation.AllocationOptions

Hierarchy

Table of contents

Properties

Properties

account

account: Object

Type declaration

NameType
addressstring
platformstring

Defined in

src/payment/allocation.ts:6


expirationSec

Optional expirationSec: number

Defined in

src/payment/allocation.ts:10


yagnaOptions

Optional yagnaOptions: YagnaOptions

Inherited from

BasePaymentOptions.yagnaOptions

Defined in

src/payment/config.ts:4


budget

Optional budget: number

Inherited from

BasePaymentOptions.budget

Defined in

src/payment/config.ts:5


payment

Optional payment: Object

Type declaration

NameType
driver?string
network?string

Inherited from

BasePaymentOptions.payment

Defined in

src/payment/config.ts:6


paymentTimeout

Optional paymentTimeout: number

Inherited from

BasePaymentOptions.paymentTimeout

Defined in

src/payment/config.ts:7


paymentRequestTimeout

Optional paymentRequestTimeout: number

Inherited from

BasePaymentOptions.paymentRequestTimeout

Defined in

src/payment/config.ts:8


unsubscribeTimeoutMs

Optional unsubscribeTimeoutMs: number

Inherited from

BasePaymentOptions.unsubscribeTimeoutMs

Defined in

src/payment/config.ts:9


logger

Optional logger: Logger

Inherited from

BasePaymentOptions.logger

Defined in

src/payment/config.ts:10

Was this helpful?