Class BillingPaymentResponse


  • public class BillingPaymentResponse
    extends java.lang.Object
    Defines an billing payment response object..
    • Constructor Detail

      • BillingPaymentResponse

        public BillingPaymentResponse()
    • Method Detail

      • getBillingPayments

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

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