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.The ReceivedCredit that Capital withheld from.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
setReceivedCreditCapitalWithholding
(String receivedCreditCapitalWithholding) The ReceivedCredit that Capital withheld from.Methods inherited from class com.stripe.model.StripeObject
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. -
getReceivedCreditCapitalWithholding
The ReceivedCredit that Capital withheld from. -
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. -
setReceivedCreditCapitalWithholding
The ReceivedCredit that Capital withheld from. -
equals
-
canEqual
-
hashCode
public int hashCode()
-