public class BillingPaymentsResponse extends Object
| Constructor and Description |
|---|
BillingPaymentsResponse() |
| Modifier and Type | Method and Description |
|---|---|
BillingPaymentsResponse |
addBillingPaymentsItem(BillingPaymentItem billingPaymentsItem) |
BillingPaymentsResponse |
billingPayments(List<BillingPaymentItem> billingPayments) |
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() |
BillingPaymentsResponse |
nextUri(String nextUri) |
BillingPaymentsResponse |
previousUri(String previousUri) |
void |
setBillingPayments(List<BillingPaymentItem> billingPayments) |
void |
setNextUri(String nextUri) |
void |
setPreviousUri(String previousUri) |
String |
toString() |
public BillingPaymentsResponse billingPayments(List<BillingPaymentItem> billingPayments)
public BillingPaymentsResponse addBillingPaymentsItem(BillingPaymentItem billingPaymentsItem)
public List<BillingPaymentItem> getBillingPayments()
public void setBillingPayments(List<BillingPaymentItem> billingPayments)
public BillingPaymentsResponse nextUri(String nextUri)
public String getNextUri()
public void setNextUri(String nextUri)
public BillingPaymentsResponse previousUri(String previousUri)
public String getPreviousUri()
public void setPreviousUri(String previousUri)
Copyright © 2020. All rights reserved.