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 ApiKeys, please refer to the API Reference.static class
For more details about Prefill, 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
Keys that can be used to set up an integration for this sandbox and operate on the account.URL for user to claim sandbox into their existing Stripe account.When the sandbox is created.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.int
hashCode()
void
setApiKeys
(ClaimableSandbox.ApiKeys apiKeys) Keys that can be used to set up an integration for this sandbox and operate on the account.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
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.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
-
getApiKeys
Keys that can be used to set up an integration for this sandbox and operate on the account. -
getClaimUrl
URL for user to claim sandbox into their existing Stripe account. -
getCreated
When the sandbox is created. -
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. -
setApiKeys
Keys that can be used to set up an integration for this sandbox and operate on the account. -
setClaimUrl
URL for user to claim sandbox into their existing Stripe account. -
setCreated
When the sandbox is created. -
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. -
equals
-
canEqual
-
hashCode
public int hashCode() -
getId
Unique identifier for the Claimable sandbox.
-