Package com.stripe.model.checkout
Class Session.PhoneNumberCollection
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.checkout.Session.PhoneNumberCollection
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
Session
For webview integrations only. Upon completing OAuth login in the native browser, the
user will be redirected to this URL to return to your app.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanIndicates whether phone number collection is enabled for the session.inthashCode()voidsetEnabled(Boolean enabled) Indicates whether phone number collection is enabled for the session.Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
PhoneNumberCollection
public PhoneNumberCollection()
-
-
Method Details