Class SettlementAllocationIntentSplit.Flow

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.payments.SettlementAllocationIntentSplit.Flow
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
SettlementAllocationIntentSplit

public static class SettlementAllocationIntentSplit.Flow extends StripeObject
Details about the Flow object that settled the split.
  • Constructor Details

    • Flow

      public Flow()
  • Method Details

    • getOutboundPayment

      public String getOutboundPayment()
    • getOutboundTransfer

      public String getOutboundTransfer()
    • getReceivedCredit

      public String getReceivedCredit()
    • getType

      public String getType()
    • setOutboundPayment

      public void setOutboundPayment(String outboundPayment)
    • setOutboundTransfer

      public void setOutboundTransfer(String outboundTransfer)
    • setReceivedCredit

      public void setReceivedCredit(String receivedCredit)
    • setType

      public void setType(String type)
    • 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