Package com.docusign.esign.model
Class BillingPaymentRequest
- java.lang.Object
-
- com.docusign.esign.model.BillingPaymentRequest
-
public class BillingPaymentRequest extends java.lang.ObjectBillingPaymentRequest.
-
-
Constructor Summary
Constructors Constructor Description BillingPaymentRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)Compares objects.java.lang.StringgetPaymentAmount()The payment amount for the past due invoices.inthashCode()Returns the HashCode.BillingPaymentRequestpaymentAmount(java.lang.String paymentAmount)paymentAmount.voidsetPaymentAmount(java.lang.String paymentAmount)setPaymentAmount.java.lang.StringtoString()Converts the given object to string.
-
-
-
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:
equalsin classjava.lang.Object- Returns:
- true or false depending on comparison result.
-
hashCode
public int hashCode()
Returns the HashCode.- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
Converts the given object to string.- Overrides:
toStringin classjava.lang.Object
-
-