public static class Subscription.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.math.BigDecimal |
getAmountPercent() |
java.lang.String |
getDestination()
Get ID of expandable
destination object. |
Account |
getDestinationObject()
Get expanded
destination. |
int |
hashCode() |
void |
setAmountPercent(java.math.BigDecimal amountPercent) |
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.math.BigDecimal getAmountPercent()
public void setAmountPercent(java.math.BigDecimal amountPercent)
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