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