MeasurementUnit

June 12, 2019 ยท View on GitHub

squareconnect.models.measurement_unit

Description

Represents a unit of measurement to use with a quantity, such as ounces or inches. Exactly one of the following fields are required: custom_unit, area_unit, length_unit, volume_unit, and weight_unit. The family field describes the type of measurement. For example, ounces are in the weight family.

Properties

NameTypeDescriptionNotes
custom_unitMeasurementUnitCustomA custom unit of measurement defined by the seller using the Point of Sale app or ad-hoc as an order line item.[optional]
area_unitstrRepresents a standard area unit. See MeasurementUnitArea for possible values[optional]
length_unitstrRepresents a standard length unit. See MeasurementUnitLength for possible values[optional]
volume_unitstrRepresents a standard volume unit. See MeasurementUnitVolume for possible values[optional]
weight_unitstrRepresents a standard unit of weight or mass. See MeasurementUnitWeight for possible values[optional]
generic_unitstrReserved for API integrations that lack the ability to specify a real measurement unit See MeasurementUnitGeneric for possible values[optional]

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