public class OverrideChargeModel extends PayPalModel
| Constructor and Description |
|---|
OverrideChargeModel()
Default Constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
Currency |
getAmount()
Updated Amount to be associated with this charge model.
|
java.lang.String |
getChargeId()
ID of charge model.
|
int |
hashCode() |
OverrideChargeModel |
setAmount(Currency amount)
Updated Amount to be associated with this charge model.
|
OverrideChargeModel |
setChargeId(java.lang.String chargeId)
ID of charge model.
|
toJSON, toStringpublic java.lang.String getChargeId()
public Currency getAmount()
public OverrideChargeModel setChargeId(java.lang.String chargeId)
public OverrideChargeModel setAmount(Currency amount)
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