MeasurementUnitCustom

May 8, 2019 ยท View on GitHub

Description

The information needed to define a custom unit, provided by the seller.

Properties

NameGetterSetterTypeDescriptionNotes
namegetName()setName($value)stringThe name of the custom unit, for example "bushel".
abbreviationgetAbbreviation()setAbbreviation($value)stringThe 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.

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