public class RefundListResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RefundListResponse.RefundListResponseBuilder |
| Constructor and Description |
|---|
RefundListResponse() |
RefundListResponse(List<RefundResponse> refunds) |
| Modifier and Type | Method and Description |
|---|---|
static RefundListResponse.RefundListResponseBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
List<RefundResponse> |
getRefunds() |
int |
hashCode() |
void |
setRefunds(List<RefundResponse> refunds) |
String |
toString() |
public RefundListResponse(List<RefundResponse> refunds)
public RefundListResponse()
public static RefundListResponse.RefundListResponseBuilder builder()
public List<RefundResponse> getRefunds()
public void setRefunds(List<RefundResponse> refunds)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.