Class OutboundSetupIntent

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.moneymanagement.OutboundSetupIntent
All Implemented Interfaces:
HasId, StripeObjectInterface

public class OutboundSetupIntent extends StripeObject implements HasId
  • Constructor Details

    • OutboundSetupIntent

      public OutboundSetupIntent()
  • Method Details

    • getCreated

      public Instant getCreated()
      Created timestamp.
    • getLivemode

      public Boolean getLivemode()
      Has the value true if the object exists in live mode or the value false if the object exists in test mode.
    • getNextAction

      public OutboundSetupIntent.NextAction getNextAction()
      Specifies which actions needs to be taken next to continue setup of the credential.
    • getObject

      public String getObject()
      String representing the object's type. Objects of the same type share the same value of the object field.

      Equal to v2.money_management.outbound_setup_intent.

    • getPayoutMethod

      public PayoutMethod getPayoutMethod()
      Information about the payout method that’s created and linked to this outbound setup intent.
    • getStatus

      public String getStatus()
      Closed Enum. Status of the outbound setup intent.

      One of canceled, requires_action, requires_payout_method, or succeeded.

    • getUsageIntent

      public String getUsageIntent()
      The intended money movement flow this payout method should be set up for, specified in params.

      One of payment, or transfer.

    • setCreated

      public void setCreated(Instant created)
      Created timestamp.
    • setId

      public void setId(String id)
      ID of the outbound setup intent.
    • setLivemode

      public void setLivemode(Boolean livemode)
      Has the value true if the object exists in live mode or the value false if the object exists in test mode.
    • setNextAction

      public void setNextAction(OutboundSetupIntent.NextAction nextAction)
      Specifies which actions needs to be taken next to continue setup of the credential.
    • setObject

      public void setObject(String object)
      String representing the object's type. Objects of the same type share the same value of the object field.

      Equal to v2.money_management.outbound_setup_intent.

    • setPayoutMethod

      public void setPayoutMethod(PayoutMethod payoutMethod)
      Information about the payout method that’s created and linked to this outbound setup intent.
    • setStatus

      public void setStatus(String status)
      Closed Enum. Status of the outbound setup intent.

      One of canceled, requires_action, requires_payout_method, or succeeded.

    • setUsageIntent

      public void setUsageIntent(String usageIntent)
      The intended money movement flow this payout method should be set up for, specified in params.

      One of payment, or transfer.

    • 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
    • getId

      public String getId()
      ID of the outbound setup intent.
      Specified by:
      getId in interface HasId