Class Session.Hosted
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.financialconnections.Session.Hosted
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Session
For more details about Hosted, please refer to the API
Reference.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanHow the user enters the hosted flow.The URL to redirect your customer back to after they link their accounts or cancel this Session.inthashCode()voidsetDeliveryMethod(String deliveryMethod) How the user enters the hosted flow.voidsetReturnUrl(String returnUrl) The URL to redirect your customer back to after they link their accounts or cancel this Session.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Hosted
public Hosted()
-
-
Method Details
-
getDeliveryMethod
How the user enters the hosted flow. You can only use the valuesemailandurlif you providerelink_options.One of
email, orurl. -
getReturnUrl
The URL to redirect your customer back to after they link their accounts or cancel this Session. This parameter is required ifui_modeishosted. -
setDeliveryMethod
How the user enters the hosted flow. You can only use the valuesemailandurlif you providerelink_options.One of
email, orurl. -
setReturnUrl
The URL to redirect your customer back to after they link their accounts or cancel this Session. This parameter is required ifui_modeishosted. -
equals
-
canEqual
-
hashCode
public int hashCode()
-