Class BillingInvoicesResponse

    • Constructor Detail

      • BillingInvoicesResponse

        public BillingInvoicesResponse()
    • Method Detail

      • getBillingInvoices

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

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

        public String getNextUri()
        The URI to the next chunk of records based on the search request. If the endPosition is the entire results of the search, this is null. .
        Returns:
        nextUri
      • setNextUri

        public void setNextUri​(String nextUri)
        setNextUri.
      • getPreviousUri

        public String getPreviousUri()
        The postal code for the billing address..
        Returns:
        previousUri
      • setPreviousUri

        public void setPreviousUri​(String previousUri)
        setPreviousUri.
      • 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