JS API Reference
Interface: AllocationOptions
payment/allocation.AllocationOptions
Hierarchy
- ↳ - AllocationOptions
Table of contents
Properties
- account
- expirationSec
- yagnaOptions
- budget
- payment
- paymentTimeout
- paymentRequestTimeout
- unsubscribeTimeoutMs
- logger
Properties
account
• account: Object
Type declaration
| Name | Type | 
|---|---|
| address | string | 
| platform | string | 
Defined in
expirationSec
• Optional expirationSec: number
Defined in
yagnaOptions
• Optional yagnaOptions: YagnaOptions
Inherited from
BasePaymentOptions.yagnaOptions
Defined in
budget
• Optional budget: number
Inherited from
Defined in
payment
• Optional payment: Object
Type declaration
| Name | Type | 
|---|---|
| driver? | string | 
| network? | string | 
Inherited from
Defined in
paymentTimeout
• Optional paymentTimeout: number
Inherited from
BasePaymentOptions.paymentTimeout
Defined in
paymentRequestTimeout
• Optional paymentRequestTimeout: number
Inherited from
BasePaymentOptions.paymentRequestTimeout
Defined in
unsubscribeTimeoutMs
• Optional unsubscribeTimeoutMs: number
Inherited from
BasePaymentOptions.unsubscribeTimeoutMs
Defined in
logger
• Optional logger: Logger