Package com.docusign.esign.model
Class BillingPaymentsResponse
- java.lang.Object
-
- com.docusign.esign.model.BillingPaymentsResponse
-
public class BillingPaymentsResponse extends Object
Defines a billing payments response object..
-
-
Constructor Summary
Constructors Constructor Description BillingPaymentsResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BillingPaymentsResponseaddBillingPaymentsItem(BillingPaymentItem billingPaymentsItem)addBillingPaymentsItem.BillingPaymentsResponsebillingPayments(List<BillingPaymentItem> billingPayments)billingPayments.booleanequals(Object o)Compares objects.List<BillingPaymentItem>getBillingPayments()Reserved: TBD.StringgetNextUri()The URI to the next chunk of records based on the search request.StringgetPreviousUri()The postal code for the billing address..inthashCode()Returns the HashCode.BillingPaymentsResponsenextUri(String nextUri)nextUri.BillingPaymentsResponsepreviousUri(String previousUri)previousUri.voidsetBillingPayments(List<BillingPaymentItem> billingPayments)setBillingPayments.voidsetNextUri(String nextUri)setNextUri.voidsetPreviousUri(String previousUri)setPreviousUri.StringtoString()Converts the given object to string.
-
-
-
Method Detail
-
billingPayments
public BillingPaymentsResponse billingPayments(List<BillingPaymentItem> billingPayments)
billingPayments.- Returns:
- BillingPaymentsResponse
-
addBillingPaymentsItem
public BillingPaymentsResponse addBillingPaymentsItem(BillingPaymentItem billingPaymentsItem)
addBillingPaymentsItem.- Returns:
- BillingPaymentsResponse
-
getBillingPayments
public List<BillingPaymentItem> getBillingPayments()
Reserved: TBD.- Returns:
- billingPayments
-
setBillingPayments
public void setBillingPayments(List<BillingPaymentItem> billingPayments)
setBillingPayments.
-
nextUri
public BillingPaymentsResponse nextUri(String nextUri)
nextUri.- Returns:
- BillingPaymentsResponse
-
getNextUri
public String getNextUri()
The URI to the next chunk of records based on the search request. If the endPosition is the entire results of the search, this is null. .- Returns:
- nextUri
-
setNextUri
public void setNextUri(String nextUri)
setNextUri.
-
previousUri
public BillingPaymentsResponse previousUri(String previousUri)
previousUri.- Returns:
- BillingPaymentsResponse
-
getPreviousUri
public String getPreviousUri()
The postal code for the billing address..- Returns:
- previousUri
-
setPreviousUri
public void setPreviousUri(String previousUri)
setPreviousUri.
-
equals
public boolean equals(Object o)
Compares objects.
-
-