Class LowerLimit


  • @Generated("jsonschema2pojo")
    public class LowerLimit
    extends Object
    Lower Limit

    The lowest amount allowed for the currency range.

    • Field Detail

      • value

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

        The monetary value (Required)

      • currency

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

        The ISO 4217 currency code (Required)

    • Constructor Detail

      • LowerLimit

        public LowerLimit()