Class Adjustment.AdjustedFlow
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.moneymanagement.Adjustment.AdjustedFlow
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Adjustment
If applicable, contains information about the original flow linked to this Adjustment.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanIf applicable, the ID of the Adjustment linked to this Adjustment.If applicable, the ID of the InboundTransfer linked to this Adjustment.If applicable, the ID of the OutboundPayment linked to this Adjustment.If applicable, the ID of the OutboundTransfer linked to this Adjustment.If applicable, the ID of the ReceivedCredit linked to this Adjustment.If applicable, the ID of the ReceivedDebit linked to this Adjustment.getType()Closed Enum.inthashCode()voidsetAdjustment(String adjustment) If applicable, the ID of the Adjustment linked to this Adjustment.voidsetInboundTransfer(String inboundTransfer) If applicable, the ID of the InboundTransfer linked to this Adjustment.voidsetOutboundPayment(String outboundPayment) If applicable, the ID of the OutboundPayment linked to this Adjustment.voidsetOutboundTransfer(String outboundTransfer) If applicable, the ID of the OutboundTransfer linked to this Adjustment.voidsetReceivedCredit(String receivedCredit) If applicable, the ID of the ReceivedCredit linked to this Adjustment.voidsetReceivedDebit(String receivedDebit) If applicable, the ID of the ReceivedDebit linked to this Adjustment.voidClosed Enum.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
AdjustedFlow
public AdjustedFlow()
-
-
Method Details
-
getAdjustment
If applicable, the ID of the Adjustment linked to this Adjustment. -
getInboundTransfer
If applicable, the ID of the InboundTransfer linked to this Adjustment. -
getOutboundPayment
If applicable, the ID of the OutboundPayment linked to this Adjustment. -
getOutboundTransfer
If applicable, the ID of the OutboundTransfer linked to this Adjustment. -
getReceivedCredit
If applicable, the ID of the ReceivedCredit linked to this Adjustment. -
getReceivedDebit
If applicable, the ID of the ReceivedDebit linked to this Adjustment. -
getType
Closed Enum. If applicable, the type of flow linked to this Adjustment. The field matching this value will contain the ID of the flow.One of
adjustment,balance_exchange,inbound_payment,inbound_transfer,outbound_payment,outbound_transfer,received_credit, orreceived_debit. -
setAdjustment
If applicable, the ID of the Adjustment linked to this Adjustment. -
setInboundTransfer
If applicable, the ID of the InboundTransfer linked to this Adjustment. -
setOutboundPayment
If applicable, the ID of the OutboundPayment linked to this Adjustment. -
setOutboundTransfer
If applicable, the ID of the OutboundTransfer linked to this Adjustment. -
setReceivedCredit
If applicable, the ID of the ReceivedCredit linked to this Adjustment. -
setReceivedDebit
If applicable, the ID of the ReceivedDebit linked to this Adjustment. -
setType
Closed Enum. If applicable, the type of flow linked to this Adjustment. The field matching this value will contain the ID of the flow.One of
adjustment,balance_exchange,inbound_payment,inbound_transfer,outbound_payment,outbound_transfer,received_credit, orreceived_debit. -
equals
-
canEqual
-
hashCode
public int hashCode()
-