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
For more details about LinkedFlows, 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 booleanbooleanThe 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.The ReceivedCredit that Capital withheld from.inthashCode()voidsetDebitReversal(String debitReversal) The DebitReversal created as a result of this ReceivedDebit being reversed.voidsetInboundTransfer(String inboundTransfer) Set if the ReceivedDebit is associated with an InboundTransfer's return of funds.voidsetIssuingAuthorization(String issuingAuthorization) Set if the ReceivedDebit was created due to an Issuing Authorization object.voidsetIssuingTransaction(String issuingTransaction) Set if the ReceivedDebit is also viewable as an Issuing Dispute object.voidSet if the ReceivedDebit was created due to a Payout object.voidsetReceivedCreditCapitalWithholding(String receivedCreditCapitalWithholding) The ReceivedCredit that Capital withheld from.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, 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. -
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. -
setPayout
Set if the ReceivedDebit was created due to a Payout object. -
setReceivedCreditCapitalWithholding
The ReceivedCredit that Capital withheld from. -
equals
-
canEqual
-
hashCode
public int hashCode()
-