Package com.stripe.model
Class PaymentLink.PhoneNumberCollection
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentLink.PhoneNumberCollection
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- PaymentLink
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Iftrue
, a phone number will be collected during checkout.int
hashCode()
void
setEnabled
(Boolean enabled) Iftrue
, a phone number will be collected during checkout.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
PhoneNumberCollection
public PhoneNumberCollection()
-
-
Method Details