Package com.docusign.esign.model
Class BillingPaymentRequest
- java.lang.Object
-
- com.docusign.esign.model.BillingPaymentRequest
-
- All Implemented Interfaces:
Serializable
public class BillingPaymentRequest extends Object implements Serializable
BillingPaymentRequest.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BillingPaymentRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Compares objects.StringgetPaymentAmount()The payment amount for the past due invoices.inthashCode()Returns the HashCode.BillingPaymentRequestpaymentAmount(String paymentAmount)paymentAmount.voidsetPaymentAmount(String paymentAmount)setPaymentAmount.StringtoString()Converts the given object to string.
-
-
-
Method Detail
-
paymentAmount
public BillingPaymentRequest paymentAmount(String paymentAmount)
paymentAmount.- Returns:
- BillingPaymentRequest
-
getPaymentAmount
public 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(String paymentAmount)
setPaymentAmount.
-
equals
public boolean equals(Object o)
Compares objects.
-
-