You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 23, 2021. It is now read-only.
**Orders** | [**List<Order>**](Order.md) | The requested orders. This will omit any requested orders that do not exist or are not charged. | [optional]
11
+
**Orders** | [**List<Order>**](Order.md) | The requested orders. This will omit any requested orders that do not exist. | [optional]
12
12
**Errors** | [**List<Error>**](Error.md) | Any errors that occurred during the request. | [optional]
Copy file name to clipboardExpand all lines: docs/MeasurementUnit.md
-1
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,6 @@ Name | Type | Description | Notes
14
14
**VolumeUnit** | **string** | Represents a standard volume unit. See [MeasurementUnitVolume](#type-measurementunitvolume) for possible values | [optional]
15
15
**WeightUnit** | **string** | Represents a standard unit of weight or mass. See [MeasurementUnitWeight](#type-measurementunitweight) for possible values | [optional]
16
16
**GenericUnit** | **string** | Reserved for API integrations that lack the ability to specify a real measurement unit See [MeasurementUnitGeneric](#type-measurementunitgeneric) for possible values | [optional]
17
-
**TimeUnit** | **string** | Represents a standard unit of time. See [MeasurementUnitTime](#type-measurementunittime) for possible values | [optional]
18
17
**Type** | **string** | Represents the type of the measurement unit. See [MeasurementUnitUnitType](#type-measurementunitunittype) for possible values | [optional]
Copy file name to clipboardExpand all lines: src/Square.Connect/Model/MeasurementUnit.cs
+1-17
Original file line number
Diff line number
Diff line change
@@ -38,17 +38,15 @@ public partial class MeasurementUnit : IEquatable<MeasurementUnit>, IValidatabl
38
38
/// <param name="VolumeUnit">Represents a standard volume unit. See [MeasurementUnitVolume](#type-measurementunitvolume) for possible values.</param>
39
39
/// <param name="WeightUnit">Represents a standard unit of weight or mass. See [MeasurementUnitWeight](#type-measurementunitweight) for possible values.</param>
40
40
/// <param name="GenericUnit">Reserved for API integrations that lack the ability to specify a real measurement unit See [MeasurementUnitGeneric](#type-measurementunitgeneric) for possible values.</param>
41
-
/// <param name="TimeUnit">Represents a standard unit of time. See [MeasurementUnitTime](#type-measurementunittime) for possible values.</param>
42
41
/// <param name="Type">Represents the type of the measurement unit. See [MeasurementUnitUnitType](#type-measurementunitunittype) for possible values.</param>
0 commit comments