Package com.stripe.model.treasury
Class ReceivedCredit.LinkedFlows
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.treasury.ReceivedCredit.LinkedFlows
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- ReceivedCredit
The routing number for the bank account.
-
Nested Class Summary
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The CreditReversal created as a result of this ReceivedCredit being reversed.Set if the ReceivedCredit was created due to an Issuing Authorization object.Set if the ReceivedCredit is also viewable as an Issuing transaction object.ID of the source flow.The expandable object of the source flow.The type of flow that originated the ReceivedCredit (for example,outbound_payment
).int
hashCode()
void
setCreditReversal
(String creditReversal) The CreditReversal created as a result of this ReceivedCredit being reversed.void
setIssuingAuthorization
(String issuingAuthorization) Set if the ReceivedCredit was created due to an Issuing Authorization object.void
setIssuingTransaction
(String issuingTransaction) Set if the ReceivedCredit is also viewable as an Issuing transaction object.void
setSourceFlow
(String sourceFlow) ID of the source flow.void
setSourceFlowDetails
(ReceivedCredit.LinkedFlows.SourceFlowDetails sourceFlowDetails) The expandable object of the source flow.void
setSourceFlowType
(String sourceFlowType) The type of flow that originated the ReceivedCredit (for example,outbound_payment
).Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
LinkedFlows
public LinkedFlows()
-
-
Method Details
-
getCreditReversal
The CreditReversal created as a result of this ReceivedCredit being reversed. -
getIssuingAuthorization
Set if the ReceivedCredit was created due to an Issuing Authorization object. -
getIssuingTransaction
Set if the ReceivedCredit is also viewable as an Issuing transaction object. -
getSourceFlow
ID of the source flow. Set ifnetwork
isstripe
and the source flow is visible to the user. Examples of source flows include OutboundPayments, payouts, or CreditReversals. -
getSourceFlowDetails
The expandable object of the source flow. -
getSourceFlowType
The type of flow that originated the ReceivedCredit (for example,outbound_payment
). -
setCreditReversal
The CreditReversal created as a result of this ReceivedCredit being reversed. -
setIssuingAuthorization
Set if the ReceivedCredit was created due to an Issuing Authorization object. -
setIssuingTransaction
Set if the ReceivedCredit is also viewable as an Issuing transaction object. -
setSourceFlow
ID of the source flow. Set ifnetwork
isstripe
and the source flow is visible to the user. Examples of source flows include OutboundPayments, payouts, or CreditReversals. -
setSourceFlowDetails
The expandable object of the source flow. -
setSourceFlowType
The type of flow that originated the ReceivedCredit (for example,outbound_payment
). -
equals
-
canEqual
-
hashCode
public int hashCode()
-