Package com.docusign.esign.model
Class BillingPaymentResponse
- java.lang.Object
-
- com.docusign.esign.model.BillingPaymentResponse
-
public class BillingPaymentResponse extends java.lang.ObjectDefines an billing payment response object..
-
-
Constructor Summary
Constructors Constructor Description BillingPaymentResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BillingPaymentResponseaddBillingPaymentsItem(BillingPayment billingPaymentsItem)addBillingPaymentsItem.BillingPaymentResponsebillingPayments(java.util.List<BillingPayment> billingPayments)billingPayments.booleanequals(java.lang.Object o)Compares objects.java.util.List<BillingPayment>getBillingPayments()Reserved: TBD.inthashCode()Returns the HashCode.voidsetBillingPayments(java.util.List<BillingPayment> billingPayments)setBillingPayments.java.lang.StringtoString()Converts the given object to string.
-
-
-
Method Detail
-
billingPayments
public BillingPaymentResponse billingPayments(java.util.List<BillingPayment> billingPayments)
billingPayments.- Returns:
- BillingPaymentResponse
-
addBillingPaymentsItem
public BillingPaymentResponse addBillingPaymentsItem(BillingPayment billingPaymentsItem)
addBillingPaymentsItem.- Returns:
- BillingPaymentResponse
-
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:
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
-
-