Sha256: 344e299a4f1a23ac7c9860340d84b4a6eae251d666175fa90c0a605bf897bf59
Contents?: true
Size: 743 Bytes
Versions: 8
Compression:
Stored size: 743 Bytes
Contents
# SquareConnect::CatalogMeasurementUnit ### Description Represents the unit used to measure a [CatalogItemVariation](#type-catalogitemvariation) and specifies the precision for decimal quantities. ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **measurement_unit** | [**MeasurementUnit**](MeasurementUnit.md) | Indicates the unit used to measure the quantity of a catalog item variation. | [optional] **precision** | **Integer** | Represents the maximum number of positions allowed after the decimal in quantities measured with this unit. For example, if the precision is 2, then an itemization’s quantity can be 0.01, 0.12, etc. Min: 0 Max: 5 Default: 3 | [optional]
Version data entries
8 entries across 8 versions & 1 rubygems