@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-03-06T16:42:36.211-08:00") public class BillingPaymentsResponse extends Object
Defines a billing payments response object.
| Constructor and Description |
|---|
BillingPaymentsResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<BillingPaymentItem> |
getBillingPayments()
Reserved: TBD
|
String |
getNextUri()
The URI to the next chunk of records based on the search request.
|
String |
getPreviousUri()
The postal code for the billing address.
|
int |
hashCode() |
void |
setBillingPayments(List<BillingPaymentItem> billingPayments) |
void |
setNextUri(String nextUri) |
void |
setPreviousUri(String previousUri) |
String |
toString() |
public List<BillingPaymentItem> getBillingPayments()
Reserved: TBD
public void setBillingPayments(List<BillingPaymentItem> billingPayments)
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.
public void setNextUri(String nextUri)
public String getPreviousUri()
The postal code for the billing address.
public void setPreviousUri(String previousUri)
Copyright © 2017. All Rights Reserved.