public class PaymentSummary extends PayPalModel
| Constructor and Description |
|---|
PaymentSummary()
Default Constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
Currency |
getOther()
Total Amount paid/refunded via other sources.
|
Currency |
getPaypal()
Total Amount paid/refunded via PayPal.
|
int |
hashCode() |
PaymentSummary |
setOther(Currency other)
Total Amount paid/refunded via other sources.
|
PaymentSummary |
setPaypal(Currency paypal)
Total Amount paid/refunded via PayPal.
|
toJSON, toStringpublic Currency getPaypal()
public Currency getOther()
public PaymentSummary setPaypal(Currency paypal)
public PaymentSummary setOther(Currency other)
public boolean equals(java.lang.Object o)
equals in class PayPalModelprotected boolean canEqual(java.lang.Object other)
canEqual in class PayPalModelpublic int hashCode()
hashCode in class PayPalModel