public class AccountLink extends ApiResource
ApiResource.RequestMethod
CHARSET, GSON
PRETTY_PRINT_GSON
Constructor and Description |
---|
AccountLink() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(java.lang.Object other) |
static AccountLink |
create(AccountLinkCreateParams params)
Creates an AccountLink object that includes a single-use Stripe URL that the platform can
redirect their user to in order to take them through the Connect Onboarding flow.
|
static AccountLink |
create(AccountLinkCreateParams params,
RequestOptions options)
Creates an AccountLink object that includes a single-use Stripe URL that the platform can
redirect their user to in order to take them through the Connect Onboarding flow.
|
static AccountLink |
create(java.util.Map<java.lang.String,java.lang.Object> params)
Creates an AccountLink object that includes a single-use Stripe URL that the platform can
redirect their user to in order to take them through the Connect Onboarding flow.
|
static AccountLink |
create(java.util.Map<java.lang.String,java.lang.Object> params,
RequestOptions options)
Creates an AccountLink object that includes a single-use Stripe URL that the platform can
redirect their user to in order to take them through the Connect Onboarding flow.
|
boolean |
equals(java.lang.Object o) |
java.lang.Long |
getCreated()
Time at which the object was created.
|
java.lang.Long |
getExpiresAt()
The timestamp at which this account link will expire.
|
java.lang.String |
getObject()
String representing the object's type.
|
java.lang.String |
getUrl()
The URL for the account link.
|
int |
hashCode() |
void |
setCreated(java.lang.Long created)
Time at which the object was created.
|
void |
setExpiresAt(java.lang.Long expiresAt)
The timestamp at which this account link will expire.
|
void |
setObject(java.lang.String object)
String representing the object's type.
|
void |
setUrl(java.lang.String url)
The URL for the account link.
|
checkNullTypedParams, classUrl, classUrl, instanceUrl, instanceUrl, request, request, requestCollection, requestCollection, setExpandableFieldId, setStripeResponseGetter, singleClassUrl, singleClassUrl, subresourceUrl, urlEncode, urlEncodeId
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
public static AccountLink create(java.util.Map<java.lang.String,java.lang.Object> params) throws StripeException
StripeException
public static AccountLink create(java.util.Map<java.lang.String,java.lang.Object> params, RequestOptions options) throws StripeException
StripeException
public static AccountLink create(AccountLinkCreateParams params) throws StripeException
StripeException
public static AccountLink create(AccountLinkCreateParams params, RequestOptions options) throws StripeException
StripeException
public java.lang.Long getCreated()
public java.lang.Long getExpiresAt()
public java.lang.String getObject()
Equal to account_link
.
public java.lang.String getUrl()
public void setCreated(java.lang.Long created)
public void setExpiresAt(java.lang.Long expiresAt)
public void setObject(java.lang.String object)
Equal to account_link
.
public void setUrl(java.lang.String url)
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