public class ListPaymentRefundsResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ListPaymentRefundsResponse.Builder
Class to build instances of
ListPaymentRefundsResponse. |
| Constructor and Description |
|---|
ListPaymentRefundsResponse(List<Error> errors,
List<PaymentRefund> refunds,
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<PaymentRefund> |
getRefunds()
Getter for Refunds.
|
int |
hashCode() |
ListPaymentRefundsResponse.Builder |
toBuilder()
Builds a new
ListPaymentRefundsResponse.Builder object. |
String |
toString()
Converts this ListPaymentRefundsResponse into string format.
|
public ListPaymentRefundsResponse(List<Error> errors, List<PaymentRefund> refunds, String cursor)
errors - List of Error value for errors.refunds - List of PaymentRefund value for refunds.cursor - String value for cursor.public HttpContext getContext()
public List<Error> getErrors()
public List<PaymentRefund> getRefunds()
public String getCursor()
public String toString()
public ListPaymentRefundsResponse.Builder toBuilder()
ListPaymentRefundsResponse.Builder object.
Creates the instance with the state of the current model.ListPaymentRefundsResponse.Builder objectCopyright © 2022. All rights reserved.