Class BillingInvoicesSummary


  • public class BillingInvoicesSummary
    extends Object
    BillingInvoicesSummary.
    • Constructor Detail

      • BillingInvoicesSummary

        public BillingInvoicesSummary()
    • Method Detail

      • getBillingInvoices

        public List<BillingInvoice> getBillingInvoices()
        Reserved: TBD.
        Returns:
        billingInvoices
      • setBillingInvoices

        public void setBillingInvoices​(List<BillingInvoice> billingInvoices)
        setBillingInvoices.
      • getPastDueBalance

        public String getPastDueBalance()
        .
        Returns:
        pastDueBalance
      • setPastDueBalance

        public void setPastDueBalance​(String pastDueBalance)
        setPastDueBalance.
      • getPaymentAllowed

        public String getPaymentAllowed()
        .
        Returns:
        paymentAllowed
      • setPaymentAllowed

        public void setPaymentAllowed​(String paymentAllowed)
        setPaymentAllowed.
      • equals

        public boolean equals​(Object o)
        Compares objects.
        Overrides:
        equals in class Object
        Returns:
        true or false depending on comparison result.
      • hashCode

        public int hashCode()
        Returns the HashCode.
        Overrides:
        hashCode in class Object
      • toString

        public String toString()
        Converts the given object to string.
        Overrides:
        toString in class Object