Sha256: 943cd1d2a763bb2ec9e81a78ff327ea28dcbe366ba0e188269e31b0ac9a9252b
Contents?: true
Size: 1.01 KB
Versions: 3
Compression:
Stored size: 1.01 KB
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. Orders Hub and older versions of Connect do not support non-integer quantities. See [Decimal quantities with Orders hub and older versions of Connect](/more-apis/orders/overview#decimal-quantities). | [optional]
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
square_connect-2.20190612.0.311 | docs/OrderQuantityUnit.md |
square_connect-2.20190612.0.309 | docs/OrderQuantityUnit.md |
square_connect-2.20190508.0.304 | docs/OrderQuantityUnit.md |