Package com.stripe.model
Class ConnectCollectionTransfer
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.ConnectCollectionTransfer
- All Implemented Interfaces:
BalanceTransactionSource,HasId,StripeObjectInterface
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanAmount transferred, in cents (or local equivalent).Three-letter ISO currency code, in lowercase.Get ID of expandabledestinationobject.Get expandeddestination.getId()Unique identifier for the object.If the object exists in live mode, the value istrue.String representing the object's type.inthashCode()voidAmount transferred, in cents (or local equivalent).voidsetCurrency(String currency) Three-letter ISO currency code, in lowercase.voidsetDestination(String id) voidsetDestinationObject(Account expandableObject) voidUnique identifier for the object.voidsetLivemode(Boolean livemode) If the object exists in live mode, the value istrue.voidString representing the object's type.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.stripe.model.StripeObjectInterface
getLastResponse, setLastResponse
-
Constructor Details
-
ConnectCollectionTransfer
public ConnectCollectionTransfer()
-
-
Method Details
-
getDestination
Get ID of expandabledestinationobject. -
setDestination
-
getDestinationObject
Get expandeddestination. -
setDestinationObject
-
getAmount
Amount transferred, in cents (or local equivalent). -
getCurrency
Three-letter ISO currency code, in lowercase. Must be a supported currency. -
getLivemode
If the object exists in live mode, the value istrue. If the object exists in test mode, the value isfalse. -
getObject
String representing the object's type. Objects of the same type share the same value.Equal to
connect_collection_transfer. -
setAmount
Amount transferred, in cents (or local equivalent). -
setCurrency
Three-letter ISO currency code, in lowercase. Must be a supported currency. -
setId
Unique identifier for the object. -
setLivemode
If the object exists in live mode, the value istrue. If the object exists in test mode, the value isfalse. -
setObject
String representing the object's type. Objects of the same type share the same value.Equal to
connect_collection_transfer. -
equals
-
canEqual
-
hashCode
public int hashCode() -
getId
Unique identifier for the object.
-