Class BillingInvoicesResponse


  • public class BillingInvoicesResponse
    extends java.lang.Object
    Defines a billing invoice response object..
    • Constructor Detail

      • BillingInvoicesResponse

        public BillingInvoicesResponse()
    • Method Detail

      • getBillingInvoices

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

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

        public BillingInvoicesResponse nextUri​(java.lang.String nextUri)
        nextUri.
        Returns:
        BillingInvoicesResponse
      • getNextUri

        public java.lang.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​(java.lang.String nextUri)
        setNextUri.
      • previousUri

        public BillingInvoicesResponse previousUri​(java.lang.String previousUri)
        previousUri.
        Returns:
        BillingInvoicesResponse
      • getPreviousUri

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

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