Package com.stripe.service
Class ApplePayDomainService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.ApplePayDomainService
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(ApplePayDomainCreateParams params) Create an apple pay domain.create
(ApplePayDomainCreateParams params, RequestOptions options) Create an apple pay domain.Delete an apple pay domain.delete
(String domain, RequestOptions options) Delete an apple pay domain.list()
List apple pay domains.list
(RequestOptions options) List apple pay domains.list
(ApplePayDomainListParams params) List apple pay domains.list
(ApplePayDomainListParams params, RequestOptions options) List apple pay domains.Retrieve an apple pay domain.retrieve
(String domain, RequestOptions options) Retrieve an apple pay domain.retrieve
(String domain, ApplePayDomainRetrieveParams params) Retrieve an apple pay domain.retrieve
(String domain, ApplePayDomainRetrieveParams params, RequestOptions options) Retrieve an apple pay domain.Methods inherited from class com.stripe.net.ApiService
getResponseGetter, request, requestStream
-
Constructor Details
-
ApplePayDomainService
-
-
Method Details
-
delete
Delete an apple pay domain.- Throws:
StripeException
-
delete
Delete an apple pay domain.- Throws:
StripeException
-
retrieve
public ApplePayDomain retrieve(String domain, ApplePayDomainRetrieveParams params) throws StripeException Retrieve an apple pay domain.- Throws:
StripeException
-
retrieve
Retrieve an apple pay domain.- Throws:
StripeException
-
retrieve
Retrieve an apple pay domain.- Throws:
StripeException
-
retrieve
public ApplePayDomain retrieve(String domain, ApplePayDomainRetrieveParams params, RequestOptions options) throws StripeException Retrieve an apple pay domain.- Throws:
StripeException
-
list
public StripeCollection<ApplePayDomain> list(ApplePayDomainListParams params) throws StripeException List apple pay domains.- Throws:
StripeException
-
list
List apple pay domains.- Throws:
StripeException
-
list
List apple pay domains.- Throws:
StripeException
-
list
public StripeCollection<ApplePayDomain> list(ApplePayDomainListParams params, RequestOptions options) throws StripeException List apple pay domains.- Throws:
StripeException
-
create
Create an apple pay domain.- Throws:
StripeException
-
create
public ApplePayDomain create(ApplePayDomainCreateParams params, RequestOptions options) throws StripeException Create an apple pay domain.- Throws:
StripeException
-