Package com.stripe.model
Class ApplePayDomain
java.lang.Object
com.stripe.model.StripeObject
com.stripe.net.ApiResource
com.stripe.model.ApplePayDomain
- All Implemented Interfaces:
HasId
,StripeActiveObject
,StripeObjectInterface
-
Nested Class Summary
Nested classes/interfaces inherited from class com.stripe.net.ApiResource
ApiResource.RequestMethod
-
Field Summary
Fields inherited from class com.stripe.net.ApiResource
CHARSET, GSON, INTERNAL_GSON
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
static ApplePayDomain
create
(ApplePayDomainCreateParams params) Create an apple pay domain.static ApplePayDomain
create
(ApplePayDomainCreateParams params, RequestOptions options) Create an apple pay domain.static ApplePayDomain
Create an apple pay domain.static ApplePayDomain
create
(Map<String, Object> params, RequestOptions options) Create an apple pay domain.delete()
Delete an apple pay domain.delete
(RequestOptions options) Delete an apple pay domain.Delete an apple pay domain.delete
(Map<String, Object> params, RequestOptions options) Delete an apple pay domain.boolean
Time at which the object was created.Always true for a deleted object.getId()
Unique identifier for the object.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.int
hashCode()
static ApplePayDomainCollection
list
(ApplePayDomainListParams params) List apple pay domains.static ApplePayDomainCollection
list
(ApplePayDomainListParams params, RequestOptions options) List apple pay domains.static ApplePayDomainCollection
List apple pay domains.static ApplePayDomainCollection
list
(Map<String, Object> params, RequestOptions options) List apple pay domains.static ApplePayDomain
Retrieve an apple pay domain.static ApplePayDomain
retrieve
(String domain, RequestOptions options) Retrieve an apple pay domain.static ApplePayDomain
retrieve
(String domain, ApplePayDomainRetrieveParams params, RequestOptions options) Retrieve an apple pay domain.static ApplePayDomain
Retrieve an apple pay domain.void
setCreated
(Long created) Time at which the object was created.void
setDeleted
(Boolean deleted) Always true for a deleted object.void
setDomainName
(String domainName) void
Unique identifier for the object.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.Methods inherited from class com.stripe.net.ApiResource
checkNullTypedParams, getGlobalResponseGetter, getResponseGetter, setExpandableFieldId, setResponseGetter, setStripeResponseGetter, urlEncode, urlEncodeId
Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.stripe.model.StripeActiveObject
trySetResponseGetter
-
Constructor Details
-
ApplePayDomain
public ApplePayDomain()
-
-
Method Details
-
create
Create an apple pay domain.- Throws:
StripeException
-
create
public static ApplePayDomain create(Map<String, Object> params, RequestOptions options) throws StripeExceptionCreate an apple pay domain.- Throws:
StripeException
-
create
Create an apple pay domain.- Throws:
StripeException
-
create
public static ApplePayDomain create(ApplePayDomainCreateParams params, RequestOptions options) throws StripeException Create an apple pay domain.- Throws:
StripeException
-
delete
Delete an apple pay domain.- Throws:
StripeException
-
delete
Delete an apple pay domain.- Throws:
StripeException
-
delete
Delete an apple pay domain.- Throws:
StripeException
-
delete
public ApplePayDomain delete(Map<String, Object> params, RequestOptions options) throws StripeExceptionDelete an apple pay domain.- Throws:
StripeException
-
list
List apple pay domains.- Throws:
StripeException
-
list
public static ApplePayDomainCollection list(Map<String, Object> params, RequestOptions options) throws StripeExceptionList apple pay domains.- Throws:
StripeException
-
list
List apple pay domains.- Throws:
StripeException
-
list
public static ApplePayDomainCollection list(ApplePayDomainListParams params, RequestOptions options) throws StripeException List apple pay domains.- Throws:
StripeException
-
retrieve
Retrieve an apple pay domain.- Throws:
StripeException
-
retrieve
Retrieve an apple pay domain.- Throws:
StripeException
-
retrieve
public static ApplePayDomain retrieve(String domain, Map<String, Object> params, RequestOptions options) throws StripeExceptionRetrieve an apple pay domain.- Throws:
StripeException
-
retrieve
public static ApplePayDomain retrieve(String domain, ApplePayDomainRetrieveParams params, RequestOptions options) throws StripeException Retrieve an apple pay domain.- Throws:
StripeException
-
getCreated
Time at which the object was created. Measured in seconds since the Unix epoch. -
getDeleted
Always true for a deleted object. -
getDomainName
-
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.Equal to
apple_pay_domain
. -
setCreated
Time at which the object was created. Measured in seconds since the Unix epoch. -
setDeleted
Always true for a deleted object. -
setDomainName
-
setId
Unique identifier for the object. -
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.Equal to
apple_pay_domain
. -
equals
-
canEqual
-
hashCode
public int hashCode() -
getId
Unique identifier for the object.
-