Class Session.Hosted

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.financialconnections.Session.Hosted
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Session

public static class Session.Hosted extends StripeObject
For more details about Hosted, please refer to the API Reference.
  • Constructor Details

    • Hosted

      public Hosted()
  • Method Details

    • getDeliveryMethod

      public String getDeliveryMethod()
      How the user enters the hosted flow. You can only use the values email and url if you provide relink_options.

      One of email, or url.

    • getReturnUrl

      public String getReturnUrl()
      The URL to redirect your customer back to after they link their accounts or cancel this Session. This parameter is required if ui_mode is hosted.
    • setDeliveryMethod

      public void setDeliveryMethod(String deliveryMethod)
      How the user enters the hosted flow. You can only use the values email and url if you provide relink_options.

      One of email, or url.

    • setReturnUrl

      public void setReturnUrl(String returnUrl)
      The URL to redirect your customer back to after they link their accounts or cancel this Session. This parameter is required if ui_mode is hosted.
    • 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