Package com.stripe.model
Class ConnectCollectionTransfer
- java.lang.Object
-
- com.stripe.model.StripeObject
-
- com.stripe.model.ConnectCollectionTransfer
-
- All Implemented Interfaces:
BalanceTransactionSource,HasId,StripeObjectInterface
public class ConnectCollectionTransfer extends StripeObject implements BalanceTransactionSource
-
-
Field Summary
-
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
-
Constructor Summary
Constructors Constructor Description ConnectCollectionTransfer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)java.lang.LonggetAmount()Amount transferred, in %s.java.lang.StringgetCurrency()Three-letter ISO currency code, in lowercase.java.lang.StringgetDestination()Get ID of expandabledestinationobject.AccountgetDestinationObject()Get expandeddestination.java.lang.StringgetId()Unique identifier for the object.java.lang.BooleangetLivemode()Has the valuetrueif the object exists in live mode or the valuefalseif the object exists in test mode.java.lang.StringgetObject()String representing the object's type.inthashCode()voidsetAmount(java.lang.Long amount)Amount transferred, in %s.voidsetCurrency(java.lang.String currency)Three-letter ISO currency code, in lowercase.voidsetDestination(java.lang.String id)voidsetDestinationObject(Account expandableObject)voidsetId(java.lang.String id)Unique identifier for the object.voidsetLivemode(java.lang.Boolean livemode)Has the valuetrueif the object exists in live mode or the valuefalseif the object exists in test mode.voidsetObject(java.lang.String object)String representing the object's type.-
Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.stripe.model.StripeObjectInterface
getLastResponse, setLastResponse
-
-
-
-
Method Detail
-
getDestination
public java.lang.String getDestination()
Get ID of expandabledestinationobject.
-
setDestination
public void setDestination(java.lang.String id)
-
getDestinationObject
public Account getDestinationObject()
Get expandeddestination.
-
setDestinationObject
public void setDestinationObject(Account expandableObject)
-
getAmount
public java.lang.Long getAmount()
Amount transferred, in %s.
-
getCurrency
public java.lang.String getCurrency()
Three-letter ISO currency code, in lowercase. Must be a supported currency.
-
getLivemode
public java.lang.Boolean getLivemode()
Has the valuetrueif the object exists in live mode or the valuefalseif the object exists in test mode.
-
getObject
public java.lang.String getObject()
String representing the object's type. Objects of the same type share the same value.Equal to
connect_collection_transfer.
-
setAmount
public void setAmount(java.lang.Long amount)
Amount transferred, in %s.
-
setCurrency
public void setCurrency(java.lang.String currency)
Three-letter ISO currency code, in lowercase. Must be a supported currency.
-
setId
public void setId(java.lang.String id)
Unique identifier for the object.
-
setLivemode
public void setLivemode(java.lang.Boolean livemode)
Has the valuetrueif the object exists in live mode or the valuefalseif the object exists in test mode.
-
setObject
public void setObject(java.lang.String object)
String representing the object's type. Objects of the same type share the same value.Equal to
connect_collection_transfer.
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other)
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-