Class BillingPaymentRequest


  • public class BillingPaymentRequest
    extends java.lang.Object
    BillingPaymentRequest.
    • Constructor Detail

      • BillingPaymentRequest

        public BillingPaymentRequest()
    • Method Detail

      • paymentAmount

        public BillingPaymentRequest paymentAmount​(java.lang.String paymentAmount)
        paymentAmount.
        Returns:
        BillingPaymentRequest
      • getPaymentAmount

        public java.lang.String getPaymentAmount()
        The payment amount for the past due invoices. This value must match the pastDueBalance value retrieved using Get Past Due Invoices..
        Returns:
        paymentAmount
      • setPaymentAmount

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