squareconnect.models.standard_unit_description
Contains the name and abbreviation for standard measurement unit.
| 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] |