Class InboundTransfer
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.moneymanagement.InboundTransfer
- All Implemented Interfaces:
HasId
,StripeObjectInterface
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
For more details about From, please refer to the API Reference.static class
For more details about To, please refer to the API Reference.static class
For more details about TransferHistory, please refer to the API Reference. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The amount in specified currency that will land in the FinancialAccount balance.Creation time of the InboundTransfer.A freeform text field provided by user, containing metadata.getFrom()
A nested object containing information about the origin of the InboundTransfer.getId()
Unique identifier for the InboundTransfer.Has the valuetrue
if the object exists in live mode or the valuefalse
if the object exists in test mode.String representing the object's type.A hosted transaction receipt URL that is provided when money movement is considered regulated under Stripe’s money transmission licenses.getTo()
A nested object containing information about the destination of the InboundTransfer.A list of history objects, representing changes in the state of the InboundTransfer.int
hashCode()
void
The amount in specified currency that will land in the FinancialAccount balance.void
setCreated
(Instant created) Creation time of the InboundTransfer.void
setDescription
(String description) A freeform text field provided by user, containing metadata.void
setFrom
(InboundTransfer.From from) A nested object containing information about the origin of the InboundTransfer.void
Unique identifier for the InboundTransfer.void
setLivemode
(Boolean livemode) Has the valuetrue
if the object exists in live mode or the valuefalse
if the object exists in test mode.void
String representing the object's type.void
setReceiptUrl
(String receiptUrl) A hosted transaction receipt URL that is provided when money movement is considered regulated under Stripe’s money transmission licenses.void
A nested object containing information about the destination of the InboundTransfer.void
setTransferHistory
(List<InboundTransfer.TransferHistory> transferHistory) A list of history objects, representing changes in the state of the InboundTransfer.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
InboundTransfer
public InboundTransfer()
-
-
Method Details
-
getAmount
The amount in specified currency that will land in the FinancialAccount balance. -
getCreated
Creation time of the InboundTransfer. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z. -
getDescription
A freeform text field provided by user, containing metadata. -
getFrom
A nested object containing information about the origin of the InboundTransfer. -
getLivemode
Has the valuetrue
if the object exists in live mode or the valuefalse
if the object exists in test mode. -
getObject
String representing the object's type. Objects of the same type share the same value of the object field.Equal to
v2.money_management.inbound_transfer
. -
getReceiptUrl
A hosted transaction receipt URL that is provided when money movement is considered regulated under Stripe’s money transmission licenses. -
getTo
A nested object containing information about the destination of the InboundTransfer. -
getTransferHistory
A list of history objects, representing changes in the state of the InboundTransfer. -
setAmount
The amount in specified currency that will land in the FinancialAccount balance. -
setCreated
Creation time of the InboundTransfer. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z. -
setDescription
A freeform text field provided by user, containing metadata. -
setFrom
A nested object containing information about the origin of the InboundTransfer. -
setId
Unique identifier for the InboundTransfer. -
setLivemode
Has the valuetrue
if the object exists in live mode or the valuefalse
if the object exists in test mode. -
setObject
String representing the object's type. Objects of the same type share the same value of the object field.Equal to
v2.money_management.inbound_transfer
. -
setReceiptUrl
A hosted transaction receipt URL that is provided when money movement is considered regulated under Stripe’s money transmission licenses. -
setTo
A nested object containing information about the destination of the InboundTransfer. -
setTransferHistory
A list of history objects, representing changes in the state of the InboundTransfer. -
equals
-
canEqual
-
hashCode
public int hashCode() -
getId
Unique identifier for the InboundTransfer.
-