Package com.docusign.esign.model
Class BillingPaymentResponse
- java.lang.Object
-
- com.docusign.esign.model.BillingPaymentResponse
-
public class BillingPaymentResponse extends Object
Defines 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(List<BillingPayment> billingPayments)billingPayments.booleanequals(Object o)Compares objects.List<BillingPayment>getBillingPayments()Reserved: TBD.inthashCode()Returns the HashCode.voidsetBillingPayments(List<BillingPayment> billingPayments)setBillingPayments.StringtoString()Converts the given object to string.
-
-
-
Method Detail
-
billingPayments
public BillingPaymentResponse billingPayments(List<BillingPayment> billingPayments)
billingPayments.- Returns:
- BillingPaymentResponse
-
addBillingPaymentsItem
public BillingPaymentResponse addBillingPaymentsItem(BillingPayment billingPaymentsItem)
addBillingPaymentsItem.- Returns:
- BillingPaymentResponse
-
getBillingPayments
public List<BillingPayment> getBillingPayments()
Reserved: TBD.- Returns:
- billingPayments
-
setBillingPayments
public void setBillingPayments(List<BillingPayment> billingPayments)
setBillingPayments.
-
equals
public boolean equals(Object o)
Compares objects.
-
-