CatalogMeasurementUnit

June 12, 2019 · View on GitHub

squareconnect.models.catalog_measurement_unit

Description

Represents the unit used to measure a CatalogItemVariation and specifies the precision for decimal quantities.

Properties

NameTypeDescriptionNotes
measurement_unitMeasurementUnitIndicates the unit used to measure the quantity of a catalog item variation.[optional]
precisionintRepresents 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]

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