public static class Invoice.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.String |
getDestination()
Get ID of expandable
destination object. |
Account |
getDestinationObject()
Get expanded
destination . |
int |
hashCode() |
void |
setDestination(java.lang.String id) |
void |
setDestinationObject(Account expandableObject) |
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
public java.lang.String getDestination()
destination
object.public void setDestination(java.lang.String id)
public Account getDestinationObject()
destination
.public void setDestinationObject(Account expandableObject)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
protected boolean canEqual(java.lang.Object other)
public int hashCode()
hashCode
in class java.lang.Object