public class Token extends ApiResource implements HasId
ApiResource.RequestMethod
CHARSET, GSON
PRETTY_PRINT_GSON
Constructor and Description |
---|
Token() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(java.lang.Object other) |
static Token |
create(java.util.Map<java.lang.String,java.lang.Object> params)
Creates a single-use token that represents a bank account’s details.
|
static Token |
create(java.util.Map<java.lang.String,java.lang.Object> params,
RequestOptions options)
Creates a single-use token that represents a bank account’s details.
|
static Token |
create(TokenCreateParams params)
Creates a single-use token that represents a bank account’s details.
|
static Token |
create(TokenCreateParams params,
RequestOptions options)
Creates a single-use token that represents a bank account’s details.
|
boolean |
equals(java.lang.Object o) |
BankAccount |
getBankAccount() |
Card |
getCard() |
java.lang.String |
getClientIp()
IP address of the client that generated the token.
|
java.lang.Long |
getCreated()
Time at which the object was created.
|
java.lang.String |
getEmail()
Email of the user, whose token is created during Stripe Checkout.
|
java.lang.String |
getId()
Unique identifier for the object.
|
java.lang.Boolean |
getLivemode()
Has the value
true if the object exists in live mode or the value false if the
object exists in test mode. |
java.lang.String |
getObject()
String representing the object's type.
|
java.lang.String |
getType()
Type of the token:
account , bank_account , card , or pii . |
java.lang.Boolean |
getUsed()
Whether this token has already been used (tokens can be used only once).
|
int |
hashCode() |
static Token |
retrieve(java.lang.String token)
Retrieves the token with the given ID.
|
static Token |
retrieve(java.lang.String token,
java.util.Map<java.lang.String,java.lang.Object> params,
RequestOptions options)
Retrieves the token with the given ID.
|
static Token |
retrieve(java.lang.String token,
RequestOptions options)
Retrieves the token with the given ID.
|
static Token |
retrieve(java.lang.String token,
TokenRetrieveParams params,
RequestOptions options)
Retrieves the token with the given ID.
|
void |
setBankAccount(BankAccount bankAccount) |
void |
setCard(Card card) |
void |
setClientIp(java.lang.String clientIp)
IP address of the client that generated the token.
|
void |
setCreated(java.lang.Long created)
Time at which the object was created.
|
void |
setEmail(java.lang.String email)
Email of the user, whose token is created during Stripe Checkout.
|
void |
setId(java.lang.String id)
Unique identifier for the object.
|
void |
setLivemode(java.lang.Boolean livemode)
Has the value
true if the object exists in live mode or the value false if the
object exists in test mode. |
void |
setObject(java.lang.String object)
String representing the object's type.
|
void |
setType(java.lang.String type)
Type of the token:
account , bank_account , card , or pii . |
void |
setUsed(java.lang.Boolean used)
Whether this token has already been used (tokens can be used only once).
|
checkNullTypedParams, classUrl, classUrl, instanceUrl, instanceUrl, request, request, requestCollection, requestCollection, setExpandableFieldId, setStripeResponseGetter, singleClassUrl, singleClassUrl, subresourceUrl, urlEncode, urlEncodeId
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
public static Token retrieve(java.lang.String token) throws StripeException
StripeException
public static Token retrieve(java.lang.String token, RequestOptions options) throws StripeException
StripeException
public static Token retrieve(java.lang.String token, java.util.Map<java.lang.String,java.lang.Object> params, RequestOptions options) throws StripeException
StripeException
public static Token retrieve(java.lang.String token, TokenRetrieveParams params, RequestOptions options) throws StripeException
StripeException
public static Token create(java.util.Map<java.lang.String,java.lang.Object> params) throws StripeException
StripeException
public static Token create(java.util.Map<java.lang.String,java.lang.Object> params, RequestOptions options) throws StripeException
StripeException
public static Token create(TokenCreateParams params) throws StripeException
StripeException
public static Token create(TokenCreateParams params, RequestOptions options) throws StripeException
StripeException
public BankAccount getBankAccount()
public Card getCard()
public java.lang.String getClientIp()
public java.lang.Long getCreated()
public java.lang.String getEmail()
public java.lang.Boolean getLivemode()
true
if the object exists in live mode or the value false
if the
object exists in test mode.public java.lang.String getObject()
Equal to token
.
public java.lang.String getType()
account
, bank_account
, card
, or pii
.public java.lang.Boolean getUsed()
public void setBankAccount(BankAccount bankAccount)
public void setCard(Card card)
public void setClientIp(java.lang.String clientIp)
public void setCreated(java.lang.Long created)
public void setEmail(java.lang.String email)
public void setId(java.lang.String id)
public void setLivemode(java.lang.Boolean livemode)
true
if the object exists in live mode or the value false
if the
object exists in test mode.public void setObject(java.lang.String object)
Equal to token
.
public void setType(java.lang.String type)
account
, bank_account
, card
, or pii
.public void setUsed(java.lang.Boolean used)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
protected boolean canEqual(java.lang.Object other)
public int hashCode()
hashCode
in class java.lang.Object