Package com.stripe.model.treasury
Class ReceivedDebit.LinkedFlows
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.treasury.ReceivedDebit.LinkedFlows
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- ReceivedDebit
The routing number for the bank account.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The DebitReversal created as a result of this ReceivedDebit being reversed.Set if the ReceivedDebit is associated with an InboundTransfer's return of funds.Set if the ReceivedDebit was created due to an Issuing Authorization object.Set if the ReceivedDebit is also viewable as an Issuing Dispute object.Set if the ReceivedDebit was created due to a Payout object.int
hashCode()
void
setDebitReversal
(String debitReversal) The DebitReversal created as a result of this ReceivedDebit being reversed.void
setInboundTransfer
(String inboundTransfer) Set if the ReceivedDebit is associated with an InboundTransfer's return of funds.void
setIssuingAuthorization
(String issuingAuthorization) Set if the ReceivedDebit was created due to an Issuing Authorization object.void
setIssuingTransaction
(String issuingTransaction) Set if the ReceivedDebit is also viewable as an Issuing Dispute object.void
Set if the ReceivedDebit was created due to a Payout object.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
LinkedFlows
public LinkedFlows()
-
-
Method Details
-
getDebitReversal
The DebitReversal created as a result of this ReceivedDebit being reversed. -
getInboundTransfer
Set if the ReceivedDebit is associated with an InboundTransfer's return of funds. -
getIssuingAuthorization
Set if the ReceivedDebit was created due to an Issuing Authorization object. -
getIssuingTransaction
Set if the ReceivedDebit is also viewable as an Issuing Dispute object. -
getPayout
Set if the ReceivedDebit was created due to a Payout object. -
setDebitReversal
The DebitReversal created as a result of this ReceivedDebit being reversed. -
setInboundTransfer
Set if the ReceivedDebit is associated with an InboundTransfer's return of funds. -
setIssuingAuthorization
Set if the ReceivedDebit was created due to an Issuing Authorization object. -
setIssuingTransaction
Set if the ReceivedDebit is also viewable as an Issuing Dispute object. -
setPayout
Set if the ReceivedDebit was created due to a Payout object. -
equals
-
canEqual
-
hashCode
public int hashCode()
-