Types

MonetaryAmount

Example

{
  "type": "MonetaryAmount",
  "minValue": 2400000,
  "maxValue": 3200000,
  "value": 2700000,
  "currency": "USD"
}

Schema

NameTypeDescription
(root)object-
typestringallowed ("MonetaryAmount") MonetaryAmount
minValuenumberthe lower limit of the range
maxValuenumberthe upper limit of the range
valuenumberthe actual or expected value
currencystringuse ISO4217 country codes <= 3 characters
Previous
MLSMembership