Skip to content
This repository was archived by the owner on Apr 23, 2021. It is now read-only.

Files

Latest commit

62e9cf2 · Sep 24, 2019

History

History
17 lines (9 loc) · 984 Bytes

OrderQuantityUnit.md

File metadata and controls

17 lines (9 loc) · 984 Bytes

Square.Connect.Model.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
MeasurementUnit MeasurementUnit A `MeasurementUnit` that represents the unit of measure for the quantity. [optional]
Precision int? 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]

[Back to Model list] [Back to API list] [Back to README]