Class Transaction.Flow
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.moneymanagement.Transaction.Flow
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Transaction
For more details about Flow, 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 boolean
boolean
If applicable, the ID of the Adjustment that created this Transaction.In the future, this will be the ID of the currency conversion that created this Transaction.If applicable, the ID of the FeeTransaction that created this Transaction.If applicable, the ID of the InboundTransfer that created this Transaction.If applicable, the ID of the OutboundPayment that created this Transaction.If applicable, the ID of the OutboundTransfer that created this Transaction.If applicable, the ID of the ReceivedCredit that created this Transaction.If applicable, the ID of the ReceivedDebit that created this Transaction.getType()
Open Enum.int
hashCode()
void
setAdjustment
(String adjustment) If applicable, the ID of the Adjustment that created this Transaction.void
setCurrencyConversion
(String currencyConversion) In the future, this will be the ID of the currency conversion that created this Transaction.void
setFeeTransaction
(String feeTransaction) If applicable, the ID of the FeeTransaction that created this Transaction.void
setInboundTransfer
(String inboundTransfer) If applicable, the ID of the InboundTransfer that created this Transaction.void
setOutboundPayment
(String outboundPayment) If applicable, the ID of the OutboundPayment that created this Transaction.void
setOutboundTransfer
(String outboundTransfer) If applicable, the ID of the OutboundTransfer that created this Transaction.void
setReceivedCredit
(String receivedCredit) If applicable, the ID of the ReceivedCredit that created this Transaction.void
setReceivedDebit
(String receivedDebit) If applicable, the ID of the ReceivedDebit that created this Transaction.void
Open Enum.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Flow
public Flow()
-
-
Method Details
-
getAdjustment
If applicable, the ID of the Adjustment that created this Transaction. -
getCurrencyConversion
In the future, this will be the ID of the currency conversion that created this Transaction. For now, this field is always null. -
getFeeTransaction
If applicable, the ID of the FeeTransaction that created this Transaction. -
getInboundTransfer
If applicable, the ID of the InboundTransfer that created this Transaction. -
getOutboundPayment
If applicable, the ID of the OutboundPayment that created this Transaction. -
getOutboundTransfer
If applicable, the ID of the OutboundTransfer that created this Transaction. -
getReceivedCredit
If applicable, the ID of the ReceivedCredit that created this Transaction. -
getReceivedDebit
If applicable, the ID of the ReceivedDebit that created this Transaction. -
getType
Open Enum. Type of the flow that created the Transaction. The field matching this value will contain the ID of the flow.One of
adjustment
,currency_conversion
,fee_transaction
,inbound_transfer
,outbound_payment
,outbound_transfer
,received_credit
, orreceived_debit
. -
setAdjustment
If applicable, the ID of the Adjustment that created this Transaction. -
setCurrencyConversion
In the future, this will be the ID of the currency conversion that created this Transaction. For now, this field is always null. -
setFeeTransaction
If applicable, the ID of the FeeTransaction that created this Transaction. -
setInboundTransfer
If applicable, the ID of the InboundTransfer that created this Transaction. -
setOutboundPayment
If applicable, the ID of the OutboundPayment that created this Transaction. -
setOutboundTransfer
If applicable, the ID of the OutboundTransfer that created this Transaction. -
setReceivedCredit
If applicable, the ID of the ReceivedCredit that created this Transaction. -
setReceivedDebit
If applicable, the ID of the ReceivedDebit that created this Transaction. -
setType
Open Enum. Type of the flow that created the Transaction. The field matching this value will contain the ID of the flow.One of
adjustment
,currency_conversion
,fee_transaction
,inbound_transfer
,outbound_payment
,outbound_transfer
,received_credit
, orreceived_debit
. -
equals
-
canEqual
-
hashCode
public int hashCode()
-