Class Adjustment.AdjustedFlow

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.moneymanagement.Adjustment.AdjustedFlow
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Adjustment

public static class Adjustment.AdjustedFlow extends StripeObject
If applicable, contains information about the original flow linked to this Adjustment.
  • Constructor Details

    • AdjustedFlow

      public AdjustedFlow()
  • Method Details

    • getAdjustment

      public String getAdjustment()
      If applicable, the ID of the Adjustment linked to this Adjustment.
    • getInboundTransfer

      public String getInboundTransfer()
      If applicable, the ID of the InboundTransfer linked to this Adjustment.
    • getOutboundPayment

      public String getOutboundPayment()
      If applicable, the ID of the OutboundPayment linked to this Adjustment.
    • getOutboundTransfer

      public String getOutboundTransfer()
      If applicable, the ID of the OutboundTransfer linked to this Adjustment.
    • getReceivedCredit

      public String getReceivedCredit()
      If applicable, the ID of the ReceivedCredit linked to this Adjustment.
    • getReceivedDebit

      public String getReceivedDebit()
      If applicable, the ID of the ReceivedDebit linked to this Adjustment.
    • getType

      public String 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, or received_debit.

    • setAdjustment

      public void setAdjustment(String adjustment)
      If applicable, the ID of the Adjustment linked to this Adjustment.
    • setInboundTransfer

      public void setInboundTransfer(String inboundTransfer)
      If applicable, the ID of the InboundTransfer linked to this Adjustment.
    • setOutboundPayment

      public void setOutboundPayment(String outboundPayment)
      If applicable, the ID of the OutboundPayment linked to this Adjustment.
    • setOutboundTransfer

      public void setOutboundTransfer(String outboundTransfer)
      If applicable, the ID of the OutboundTransfer linked to this Adjustment.
    • setReceivedCredit

      public void setReceivedCredit(String receivedCredit)
      If applicable, the ID of the ReceivedCredit linked to this Adjustment.
    • setReceivedDebit

      public void setReceivedDebit(String receivedDebit)
      If applicable, the ID of the ReceivedDebit linked to this Adjustment.
    • setType

      public void setType(String type)
      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, or received_debit.

    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object