Module jonix

Class BasePrice

java.lang.Object
com.tectonica.jonix.unify.base.BasePrice
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BasePrice2, BasePrice3

public abstract class BasePrice extends Object implements Serializable
Contains the essential information included in ONIX <Price>

NOTE: to access the information, use the public fields directly. No getters() are included..

Author:
Zach Melamed
See Also:
  • Field Details

    • priceType

      public PriceTypes priceType
    • priceAmount

      public Double priceAmount
    • priceAmountAsStr

      public String priceAmountAsStr
    • currencyCode

      public CurrencyCodes currencyCode
  • Constructor Details

    • BasePrice

      public BasePrice()