public class ListPaymentsResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ListPaymentsResponse.Builder
Class to build instances of
ListPaymentsResponse. |
| Constructor and Description |
|---|
ListPaymentsResponse(List<Error> errors,
List<Payment> payments,
String cursor)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
HttpContext |
getContext() |
String |
getCursor()
Getter for Cursor.
|
List<Error> |
getErrors()
Getter for Errors.
|
List<Payment> |
getPayments()
Getter for Payments.
|
int |
hashCode() |
ListPaymentsResponse.Builder |
toBuilder()
Builds a new
ListPaymentsResponse.Builder object. |
String |
toString()
Converts this ListPaymentsResponse into string format.
|
public HttpContext getContext()
public List<Error> getErrors()
public List<Payment> getPayments()
public String getCursor()
public String toString()
public ListPaymentsResponse.Builder toBuilder()
ListPaymentsResponse.Builder object.
Creates the instance with the state of the current model.ListPaymentsResponse.Builder objectCopyright © 2022. All rights reserved.