# StandardUnitDescription

### Description

Contains the name and abbreviation for standard measurement unit.

## Properties
Name | Getter | Setter | Type | Description | Notes
------------ | ------------- | ------------- | ------------- | ------------- | -------------
**unit** | getUnit() | setUnit($value) | [**\SquareConnect\Model\MeasurementUnit**](MeasurementUnit.md) | Identifies the measurement unit being described. | [optional] 
**name** | getName() | setName($value) | **string** | Display name of the measurement unit. For example, &#39;Pound&#39;. | [optional] 
**abbreviation** | getAbbreviation() | setAbbreviation($value) | **string** | Abbreviation for the measurement unit. For example, &#39;lb&#39;. | [optional] 

Note: All properties are protected and only accessed via getters and setters.

[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md)

