Class BillingPaymentsResponse


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

      • BillingPaymentsResponse

        public BillingPaymentsResponse()
    • Method Detail

      • getBillingPayments

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

        public void setBillingPayments​(List<BillingPaymentItem> billingPayments)
        setBillingPayments.
      • 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