StandardUnitDescription
November 20, 2019 ยท View on GitHub
Description
Contains the name and abbreviation for standard measurement unit.
Properties
| Name | Getter | Setter | Type | Description | Notes |
|---|---|---|---|---|---|
| unit | getUnit() | setUnit($value) | \SquareConnect\Model\MeasurementUnit | Identifies the measurement unit being described. | [optional] |
| name | getName() | setName($value) | string | UI display name of the measurement unit. For example, 'Pound'. | [optional] |
| abbreviation | getAbbreviation() | setAbbreviation($value) | string | UI display abbreviation for the measurement unit. For example, 'lb'. | [optional] |
Note: All properties are protected and only accessed via getters and setters.