Class BillingInvoicesSummary


  • public class BillingInvoicesSummary
    extends java.lang.Object
    BillingInvoicesSummary.
    • Constructor Detail

      • BillingInvoicesSummary

        public BillingInvoicesSummary()
    • Method Detail

      • getBillingInvoices

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

        public void setBillingInvoices​(java.util.List<BillingInvoice> billingInvoices)
        setBillingInvoices.
      • pastDueBalance

        public BillingInvoicesSummary pastDueBalance​(java.lang.String pastDueBalance)
        pastDueBalance.
        Returns:
        BillingInvoicesSummary
      • getPastDueBalance

        public java.lang.String getPastDueBalance()
        .
        Returns:
        pastDueBalance
      • setPastDueBalance

        public void setPastDueBalance​(java.lang.String pastDueBalance)
        setPastDueBalance.
      • paymentAllowed

        public BillingInvoicesSummary paymentAllowed​(java.lang.String paymentAllowed)
        paymentAllowed.
        Returns:
        BillingInvoicesSummary
      • getPaymentAllowed

        public java.lang.String getPaymentAllowed()
        .
        Returns:
        paymentAllowed
      • setPaymentAllowed

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

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

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

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