public class Transactions extends PayPalModel
| Constructor and Description |
|---|
Transactions()
Default Constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
Amount |
getAmount()
Amount being collected.
|
int |
hashCode() |
Transactions |
setAmount(Amount amount)
Amount being collected.
|
toJSON, toStringpublic Amount getAmount()
public Transactions setAmount(Amount 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