MeasurementUnitCustom
May 8, 2019 ยท View on GitHub
Description
The information needed to define a custom unit, provided by the seller.
Properties
| Name | Getter | Setter | Type | Description | Notes |
|---|---|---|---|---|---|
| name | getName() | setName($value) | string | The name of the custom unit, for example "bushel". | |
| abbreviation | getAbbreviation() | setAbbreviation($value) | string | The abbreviation of the custom unit, such as "bsh" (bushel). This appears in the cart for the Point of Sale app, and in reports. |
Note: All properties are protected and only accessed via getters and setters.