Package com.stripe.model
Class PaymentMethod.Link
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentMethod.Link
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- PaymentMethod
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
getEmail()
Account owner's email address.Token used for persistent Link logins.int
hashCode()
void
Account owner's email address.void
setPersistentToken
(String persistentToken) Token used for persistent Link logins.Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Link
public Link()
-
-
Method Details
-
getEmail
Account owner's email address. -
getPersistentToken
Token used for persistent Link logins. -
setEmail
Account owner's email address. -
setPersistentToken
Token used for persistent Link logins. -
equals
-
canEqual
-
hashCode
public int hashCode()
-