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