Package com.stripe.model.treasury
Class InboundTransfer.LinkedFlows
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.treasury.InboundTransfer.LinkedFlows
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- InboundTransfer
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
If funds for this flow were returned after the flow went to thesucceeded
state, this field contains a reference to the ReceivedDebit return.int
hashCode()
void
setReceivedDebit
(String receivedDebit) If funds for this flow were returned after the flow went to thesucceeded
state, this field contains a reference to the ReceivedDebit return.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
LinkedFlows
public LinkedFlows()
-
-
Method Details
-
getReceivedDebit
If funds for this flow were returned after the flow went to thesucceeded
state, this field contains a reference to the ReceivedDebit return. -
setReceivedDebit
If funds for this flow were returned after the flow went to thesucceeded
state, this field contains a reference to the ReceivedDebit return. -
equals
-
canEqual
-
hashCode
public int hashCode()
-