public class V1ListRefundsResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
V1ListRefundsResponse.Builder
Class to build instances of
V1ListRefundsResponse. |
| Constructor and Description |
|---|
V1ListRefundsResponse(List<V1Refund> items)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<V1Refund> |
getItems()
Getter for Items.
|
int |
hashCode() |
V1ListRefundsResponse.Builder |
toBuilder()
Builds a new
V1ListRefundsResponse.Builder object. |
String |
toString()
Converts this V1ListRefundsResponse into string format.
|
public String toString()
public V1ListRefundsResponse.Builder toBuilder()
V1ListRefundsResponse.Builder object.
Creates the instance with the state of the current model.V1ListRefundsResponse.Builder objectCopyright © 2022. All rights reserved.