public static class Charge.TransferData extends StripeObject
PRETTY_PRINT_GSON| Constructor and Description |
|---|
TransferData() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
java.lang.Long |
getAmount() |
java.lang.String |
getDestination()
Get ID of expandable
destination object. |
Account |
getDestinationObject()
Get expanded
destination. |
int |
hashCode() |
void |
setAmount(java.lang.Long amount) |
void |
setDestination(java.lang.String id) |
void |
setDestinationObject(Account expandableObject) |
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toStringpublic java.lang.String getDestination()
destination object.public void setDestination(java.lang.String id)
public Account getDestinationObject()
destination.public void setDestinationObject(Account expandableObject)
public java.lang.Long getAmount()
public void setAmount(java.lang.Long amount)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectprotected boolean canEqual(java.lang.Object other)
public int hashCode()
hashCode in class java.lang.Object