public class ConnectCollectionTransfer extends StripeObject implements BalanceTransactionSource
PRETTY_PRINT_GSON
Constructor and Description |
---|
ConnectCollectionTransfer() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
java.lang.Long |
getAmount()
Amount transferred, in %s.
|
java.lang.String |
getCurrency()
Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in
lowercase.
|
java.lang.String |
getDestination()
Get id of expandable `destination` object.
|
Account |
getDestinationObject()
Get expanded `destination`.
|
java.lang.String |
getId()
Unique identifier for the object.
|
java.lang.Boolean |
getLivemode()
Has the value `true` if the object exists in live mode or the value `false` if the object
exists in test mode.
|
java.lang.String |
getObject()
String representing the object's type.
|
int |
hashCode() |
void |
setAmount(java.lang.Long amount)
Amount transferred, in %s.
|
void |
setCurrency(java.lang.String currency)
Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in
lowercase.
|
void |
setDestination(java.lang.String id) |
void |
setDestinationObject(Account expandableObject) |
void |
setId(java.lang.String id)
Unique identifier for the object.
|
void |
setLivemode(java.lang.Boolean livemode)
Has the value `true` if the object exists in live mode or the value `false` if the object
exists in test mode.
|
void |
setObject(java.lang.String object)
String representing the object's type.
|
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
public java.lang.String getDestination()
public void setDestination(java.lang.String id)
public Account getDestinationObject()
public void setDestinationObject(Account expandableObject)
public java.lang.Long getAmount()
public java.lang.String getCurrency()
public java.lang.Boolean getLivemode()
public java.lang.String getObject()
public void setAmount(java.lang.Long amount)
public void setCurrency(java.lang.String currency)
public void setId(java.lang.String id)
public void setLivemode(java.lang.Boolean livemode)
public void setObject(java.lang.String object)
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