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
The account subcategories to use to filter for possible accounts to link. Valid
subcategories are
checking
and savings
.-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Indicates whether phone number collection is enabled for the session.int
hashCode()
void
setEnabled
(Boolean enabled) Indicates whether phone number collection is enabled for the session.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
PhoneNumberCollection
public PhoneNumberCollection()
-
-
Method Details