Class Item


  • public class Item
    extends java.lang.Object
    Additional information about the items in a transaction.
    • Constructor Detail

      • Item

        public Item()
    • Method Detail

      • description

        public Item description​(java.lang.String description)
      • getDescription

        public java.lang.String getDescription()
        A description of the items in a transaction.
        Returns:
        description
      • setDescription

        public void setDescription​(java.lang.String description)
      • getRelatedIdentifiers

        public ItemRelatedIdentifiers getRelatedIdentifiers()
        Get relatedIdentifiers
        Returns:
        relatedIdentifiers
      • totalAmount

        public Item totalAmount​(Currency totalAmount)
      • getTotalAmount

        public Currency getTotalAmount()
        Get totalAmount
        Returns:
        totalAmount
      • setTotalAmount

        public void setTotalAmount​(Currency totalAmount)
      • getBreakdowns

        public Breakdowns getBreakdowns()
        Get breakdowns
        Returns:
        breakdowns
      • setBreakdowns

        public void setBreakdowns​(Breakdowns breakdowns)
      • getContexts

        public Contexts getContexts()
        Get contexts
        Returns:
        contexts
      • setContexts

        public void setContexts​(Contexts contexts)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object