Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 2.21 KB

ProxyGetUnitOfMeasure.md

File metadata and controls

17 lines (14 loc) · 2.21 KB

Zuora::ProxyGetUnitOfMeasure

Properties

Name Type Description Notes
active BOOLEAN Indicates if the UOM is available for new product rate plans. The default value is `true`. Character limit: 5 Values: `true`, `false ` [optional]
created_by_id String The ID of the Zuora user who created the UOM. Character limit: 32 Values: automatically generated [optional]
created_date DateTime The date when the UOM was created. Character limit: 29 Values: automatically generated [optional]
decimal_places Integer The number of digits to the right of the decimal point that you want to measure for the unit. To use whole numbers only, set this value to 0. You can't change this value after this `UOM` is used in any product, subscription, or usage. Character limit: 1 Values: an integer between 0 and 9, exclusive [optional]
displayed_as String The name of the UOM that you want displayed on invoices. The default value is the `UomName` field value. Character limit: 50 Values: A string of 50 characters or fewer [optional]
id String Object identifier. [optional]
rounding_mode String Specifies whether to round the UOM value up or down when the value exceeds the `DecimalPlaces` field value. The default value is `Up`. Character limit: 4 Values: `Up`, `Down` [optional]
uom_name String The name of the UOM, such as license or GB. This name is displayed in query results and in the web-based UI labels. If you want a different name to be displayed on invoices, then use the `DisplayedAs` field to provide the invoice label. Character limit: 50 Values: a string of 50 characters or fewer [optional]
updated_by_id String The ID of the user who lasted updated the UOM. Character limit: 32 Values: automatically generated [optional]
updated_date DateTime The date when the UOM was last updated. Character limit: 29 Values: automatically generated [optional]