BigDecimalAttributeValueDTO
A DTO that represents a BigDecimal AttributeValue.
Sub Type Property: "_type" : "BigDecimal"
Fields
Type
Name
Description
Optional
Default Value
value
The BigDecimal value of this attribute.
false
writable
The flag to indicate if this attribute is writable.
false
readable
The flag to indicate if this attribute is readable.
false
status
DTO that may contain status messages for the AttributeValue.
false
Example
{
"_type": "BigDecimal",
"value": 42.125,
"writable": true,
"readable": true,
"status": null
}