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

Latest commit

 

History

History
17 lines (11 loc) · 764 Bytes

File metadata and controls

17 lines (11 loc) · 764 Bytes

StandardUnitDescription

squareconnect.models.standard_unit_description

Description

Contains the name and abbreviation for standard measurement unit.

Properties

Name Type Description Notes
unit MeasurementUnit Identifies the measurement unit being described. [optional]
name str Display name of the measurement unit. For example, 'Pound'. [optional]
abbreviation str Abbreviation for the measurement unit. For example, 'lb'. [optional]

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