Package com.stripe.model.v2.core
Class ClaimableSandbox
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.core.ClaimableSandbox
- All Implemented Interfaces:
HasId
,StripeObjectInterface
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
For more details about Prefill, please refer to the API Reference.static class
For more details about SandboxDetails, please refer to the API Reference. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The timestamp the sandbox was claimed.URL for user to claim sandbox into their existing Stripe account.When the sandbox is created.The timestamp the sandbox will expire.getId()
Unique identifier for the Claimable sandbox.Has the valuetrue
if the object exists in live mode or the valuefalse
if the object exists in test mode.String representing the object's type.Values prefilled during the creation of the sandbox.Data about the Stripe sandbox object.Status of the sandbox.int
hashCode()
void
setClaimedAt
(Instant claimedAt) The timestamp the sandbox was claimed.void
setClaimUrl
(String claimUrl) URL for user to claim sandbox into their existing Stripe account.void
setCreated
(Instant created) When the sandbox is created.void
setExpiresAt
(Instant expiresAt) The timestamp the sandbox will expire.void
Unique identifier for the Claimable sandbox.void
setLivemode
(Boolean livemode) Has the valuetrue
if the object exists in live mode or the valuefalse
if the object exists in test mode.void
String representing the object's type.void
setPrefill
(ClaimableSandbox.Prefill prefill) Values prefilled during the creation of the sandbox.void
setSandboxDetails
(ClaimableSandbox.SandboxDetails sandboxDetails) Data about the Stripe sandbox object.void
Status of the sandbox.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
ClaimableSandbox
public ClaimableSandbox()
-
-
Method Details
-
getClaimUrl
URL for user to claim sandbox into their existing Stripe account. The value will be null if the sandbox status isclaimed
orexpired
. -
getClaimedAt
The timestamp the sandbox was claimed. The value will be null if the sandbox status is notclaimed
. -
getCreated
When the sandbox is created. -
getExpiresAt
The timestamp the sandbox will expire. The value will be null if the sandbox isclaimed
. -
getLivemode
Has the valuetrue
if the object exists in live mode or the valuefalse
if the object exists in test mode. -
getObject
String representing the object's type. Objects of the same type share the same value of the object field.Equal to
v2.core.claimable_sandbox
. -
getPrefill
Values prefilled during the creation of the sandbox. -
getSandboxDetails
Data about the Stripe sandbox object. -
getStatus
Status of the sandbox. One ofunclaimed
,expired
,claimed
. -
setClaimUrl
URL for user to claim sandbox into their existing Stripe account. The value will be null if the sandbox status isclaimed
orexpired
. -
setClaimedAt
The timestamp the sandbox was claimed. The value will be null if the sandbox status is notclaimed
. -
setCreated
When the sandbox is created. -
setExpiresAt
The timestamp the sandbox will expire. The value will be null if the sandbox isclaimed
. -
setId
Unique identifier for the Claimable sandbox. -
setLivemode
Has the valuetrue
if the object exists in live mode or the valuefalse
if the object exists in test mode. -
setObject
String representing the object's type. Objects of the same type share the same value of the object field.Equal to
v2.core.claimable_sandbox
. -
setPrefill
Values prefilled during the creation of the sandbox. -
setSandboxDetails
Data about the Stripe sandbox object. -
setStatus
Status of the sandbox. One ofunclaimed
,expired
,claimed
. -
equals
-
canEqual
-
hashCode
public int hashCode() -
getId
Unique identifier for the Claimable sandbox.
-