Class UnitPrice


  • @Generated("jsonschema2pojo")
    public class UnitPrice
    extends Object
    Unit Price

    The price per unit for the commodity specified for the line item.

    • Field Detail

      • value

        @JsonPropertyDescription("The monetary value")
        private Double value
        Value

        The monetary value (Required)

      • currency

        @JsonPropertyDescription("The ISO 4217 currency code")
        private UnitPrice.Currency currency
        Currency

        The ISO 4217 currency code (Required)

    • Constructor Detail

      • UnitPrice

        public UnitPrice()