Sha256: 98e9f9c42c69ac2d991802718be1dd821a3b451998b9b2ab4dc80bf6f2944d7a

Contents?: true

Size: 1.48 KB

Versions: 8

Compression:

Stored size: 1.48 KB

Contents

# SquareConnect::MeasurementUnit

### Description

Represents a unit of measurement to use with a quantity, such as ounces or inches. Exactly one of the following fields are required: `custom_unit`, `area_unit`, `length_unit`, `volume_unit`, and `weight_unit`.  The `family` field describes the type of measurement. For example, ounces are in the weight family.

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**custom_unit** | [**MeasurementUnitCustom**](MeasurementUnitCustom.md) | A custom unit of measurement defined by the seller using the Point of Sale app or ad-hoc as an order line item. | [optional] 
**area_unit** | **String** | Represents a standard area unit. See [MeasurementUnitArea](#type-measurementunitarea) for possible values | [optional] 
**length_unit** | **String** | Represents a standard length unit. See [MeasurementUnitLength](#type-measurementunitlength) for possible values | [optional] 
**volume_unit** | **String** | Represents a standard volume unit. See [MeasurementUnitVolume](#type-measurementunitvolume) for possible values | [optional] 
**weight_unit** | **String** | Represents a standard unit of weight or mass. See [MeasurementUnitWeight](#type-measurementunitweight) for possible values | [optional] 
**generic_unit** | **String** | Reserved for API integrations that lack the ability to specify a real measurement unit See [MeasurementUnitGeneric](#type-measurementunitgeneric) for possible values | [optional] 


Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
square_connect-2.20190724.1.334 docs/MeasurementUnit.md
square_connect-2.20190724.0.331 docs/MeasurementUnit.md
square_connect-2.20190724.0.330 docs/MeasurementUnit.md
square_connect-2.20190724.0.325 docs/MeasurementUnit.md
square_connect-2.20190710.0.321 docs/MeasurementUnit.md
square_connect-2.20190612.1.314 docs/MeasurementUnit.md
square_connect-2.20190612.0.311 docs/MeasurementUnit.md
square_connect-2.20190612.0.309 docs/MeasurementUnit.md