Class SubscriptionSchedule.AddInvoiceItem

    • Constructor Detail

      • AddInvoiceItem

        public AddInvoiceItem()
    • Method Detail

      • 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()
        The quantity of the invoice item.
      • getTaxRates

        public java.util.List<TaxRate> getTaxRates()
        The tax rates which apply to the item. When set, the default_tax_rates do not apply to this item.
      • setQuantity

        public void setQuantity​(java.lang.Long quantity)
        The quantity of the invoice item.
      • setTaxRates

        public void setTaxRates​(java.util.List<TaxRate> taxRates)
        The tax rates which apply to the item. When set, the default_tax_rates do not apply to this item.
      • 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