Class BillingPaymentsResponse


  • public class BillingPaymentsResponse
    extends java.lang.Object
    Defines a billing payments response object..
    • Constructor Detail

      • BillingPaymentsResponse

        public BillingPaymentsResponse()
    • Method Detail

      • getBillingPayments

        public java.util.List<BillingPaymentItem> getBillingPayments()
        Reserved: TBD.
        Returns:
        billingPayments
      • setBillingPayments

        public void setBillingPayments​(java.util.List<BillingPaymentItem> billingPayments)
        setBillingPayments.
      • nextUri

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