Class SubscriptionSchedule.PhaseItem

    • Constructor Detail

      • PhaseItem

        public PhaseItem()
    • Method Detail

      • getPlan

        public java.lang.String getPlan()
        Get ID of expandable plan object.
      • setPlan

        public void setPlan​(java.lang.String id)
      • getPlanObject

        public Plan getPlanObject()
        Get expanded plan.
      • setPlanObject

        public void setPlanObject​(Plan expandableObject)
      • getPrice

        public java.lang.String getPrice()
        Get ID of expandable price object.
      • setPrice

        public void setPrice​(java.lang.String id)
      • getPriceObject

        public Price getPriceObject()
        Get expanded price.
      • setPriceObject

        public void setPriceObject​(Price expandableObject)
      • getQuantity

        public java.lang.Long getQuantity()
      • getTaxRates

        public java.util.List<TaxRate> getTaxRates()
      • setQuantity

        public void setQuantity​(java.lang.Long quantity)
      • setTaxRates

        public void setTaxRates​(java.util.List<TaxRate> taxRates)
      • equals

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

        protected boolean canEqual​(java.lang.Object other)
      • hashCode

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