UnitPriceSpecification
Type name: UnitPriceSpecification
Extends PriceSpecification
Name |
Type |
Description |
billingIncrement |
Number |
This property specifies the minimal quantity and rounding increment that will be the basis for the billing. The unit of measurement is specified by the unitCode property. |
priceType |
Text |
A short text or acronym indicating multiple price specifications for the same offer, e.g. SRP for the suggested retail price or INVOICE for the invoice price, mostly used in the car industry. |
unitCode |
Text |
The unit of measurement given using the UN/CEFACT Common Code (3 characters). |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-03 UTC.
[null,null,["Last updated 2024-09-03 UTC."],[[["`UnitPriceSpecification` extends the `PriceSpecification` type and provides additional properties for defining pricing details."],["It includes properties like `billingIncrement` to specify minimum quantity and rounding for billing, `priceType` for indicating different price categories (e.g., SRP, invoice), and `unitCode` for specifying the unit of measurement using UN/CEFACT Common Code."]]],["The `UnitPriceSpecification` type defines pricing details, extending `PriceSpecification`. Key properties include `billingIncrement`, a number specifying the minimum quantity and rounding increment for billing based on the `unitCode` measurement. `priceType`, a text field, describes different price specifications like SRP or INVOICE. `unitCode` is a 3-character text representing the measurement unit using the UN/CEFACT Common Code.\n"]]