Sha256: 34dbffea35a9d6315b9f163c54056e9a0c053ba808eaeda7b64627f44632e0f2
Contents?: true
Size: 830 Bytes
Versions: 6
Compression:
Stored size: 830 Bytes
Contents
# SquareConnect::OrderQuantityUnit ### Description Contains the measurement unit for a quantity and a precision which specifies the number of digits after the decimal point for decimal quantities. ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **measurement_unit** | [**MeasurementUnit**](MeasurementUnit.md) | A [MeasurementUnit](#type-measurementunit) that represents the unit of measure for the quantity. | [optional] **precision** | **Integer** | For non-integer quantities, represents the number of digits after the decimal point that are recorded for this quantity. For example, a precision of 1 allows quantities like `\"1.0\"` and `\"1.1\"`, but not `\"1.01\"`. Min: 0. Max: 5. | [optional]
Version data entries
6 entries across 6 versions & 1 rubygems