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. |
public ListPaymentRefundsResponse(List<Error> errors, List<PaymentRefund> refunds, String cursor)
errors
- refunds
- cursor
- public HttpContext getContext()
public List<Error> getErrors()
public List<PaymentRefund> getRefunds()
public String getCursor()
public ListPaymentRefundsResponse.Builder toBuilder()
ListPaymentRefundsResponse.Builder
object.
Creates the instance with the state of the current model.ListPaymentRefundsResponse.Builder
objectCopyright © 2020. All rights reserved.