public class ChargebackListResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ChargebackListResponse.ChargebackListResponseBuilder |
| Constructor and Description |
|---|
ChargebackListResponse() |
ChargebackListResponse(List<ChargebackResponse> chargebacks) |
| Modifier and Type | Method and Description |
|---|---|
static ChargebackListResponse.ChargebackListResponseBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
List<ChargebackResponse> |
getChargebacks() |
int |
hashCode() |
void |
setChargebacks(List<ChargebackResponse> chargebacks) |
String |
toString() |
public ChargebackListResponse(List<ChargebackResponse> chargebacks)
public ChargebackListResponse()
public static ChargebackListResponse.ChargebackListResponseBuilder builder()
public List<ChargebackResponse> getChargebacks()
public void setChargebacks(List<ChargebackResponse> chargebacks)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.