QuoteSpecificationLimit

data class QuoteSpecificationLimit(val region: String, val regionLimit: QuoteSpecificationLimitRegionLimit)

Constructors

Link copied to clipboard
constructor(region: String, regionLimit: QuoteSpecificationLimitRegionLimit)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

(string: <required>) - The region these limits should apply to.

Link copied to clipboard

(block: <required>) - The limits to enforce. This block may only be specified once in the limits block. Its structure is documented below.