Module jonix.common

Enum Class PriceConditionQuantityTypes

java.lang.Object
java.lang.Enum<PriceConditionQuantityTypes>
com.tectonica.jonix.common.codelist.PriceConditionQuantityTypes
All Implemented Interfaces:
OnixCodelist, Serializable, Comparable<PriceConditionQuantityTypes>, Constable

public enum PriceConditionQuantityTypes extends Enum<PriceConditionQuantityTypes> implements OnixCodelist
Enum that corresponds to ONIX Codelist 168

Description: Price condition quantity type

See Also:
  • Enum Constant Details

    • Time_period

      public static final PriceConditionQuantityTypes Time_period
      The price condition quantity represents a time period
    • Number_of_updates

      public static final PriceConditionQuantityTypes Number_of_updates
      The price condition quantity is a number of updates
    • Number_of_linked_products

      public static final PriceConditionQuantityTypes Number_of_linked_products
      Use with Price condition type 06 and a Quantity of units. Price is valid when purchased with a specific number of products from a list of product identifiers provided in the associated <ProductIdentifier> composites. Use for example when describing a price for this product which is valid if it is purchased along with any two from a list of other products

      Jonix-Comment: Introduced in Onix3

    • Number_of_copies_of_this_product

      public static final PriceConditionQuantityTypes Number_of_copies_of_this_product
      Use with Price condition type 06 and a Quantity of units. Meeting the Price condition qualifies for purchase of a specified number of copies of this product at this price. Use for example when describing a price that applies to the specified number of units of this product which is valid if they are purchased along with a number of copies of another product

      Jonix-Comment: Introduced in Onix3

    • Minimum_number_of_linked_products

      public static final PriceConditionQuantityTypes Minimum_number_of_linked_products
      Use with Price condition type 06 and a Quantity of units. Price is valid when purchased with at least a specific number of products from a list of product identifiers provided in the associated <ProductIdentifier> composites. Use for example when describing a price for this product which is valid if it is purchased along with any two from a list of other products

      Jonix-Comment: Introduced in Onix3

    • Maximum_number_of_copies_of_this_product

      public static final PriceConditionQuantityTypes Maximum_number_of_copies_of_this_product
      (at this price). Use with Price condition type 06 and a Quantity of units. Meeting the Price condition qualifies for purchase of up to the specified number of copies of this product at this price. Use for example when describing a price that applies to the specified number of units of this product which is valid if they are purchased along with a number of copies of another product

      Jonix-Comment: Introduced in Onix3

  • Field Details

    • code

      public final String code
    • description

      public final String description
  • Method Details