Package com.stripe.service.v2.billing
Class IntentService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.v2.billing.IntentService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionactions()
Cancel a Billing Intent.cancel
(String id, RequestOptions options) Cancel a Billing Intent.Commit a Billing Intent.commit
(String id, RequestOptions options) Commit a Billing Intent.commit
(String id, IntentCommitParams params) Commit a Billing Intent.commit
(String id, IntentCommitParams params, RequestOptions options) Commit a Billing Intent.create
(IntentCreateParams params) Create a Billing Intent.create
(IntentCreateParams params, RequestOptions options) Create a Billing Intent.list()
List Billing Intents.list
(RequestOptions options) List Billing Intents.list
(IntentListParams params) List Billing Intents.list
(IntentListParams params, RequestOptions options) List Billing Intents.Release a Billing Intent.releaseReservation
(String id, RequestOptions options) Release a Billing Intent.Reserve a Billing Intent.reserve
(String id, RequestOptions options) Reserve a Billing Intent.Retrieve a Billing Intent.retrieve
(String id, RequestOptions options) Retrieve a Billing Intent.Methods inherited from class com.stripe.net.ApiService
getResponseGetter, request, requestStream
-
Constructor Details
-
IntentService
-
-
Method Details
-
list
List Billing Intents.- Throws:
StripeException
-
list
List Billing Intents.- Throws:
StripeException
-
list
List Billing Intents.- Throws:
StripeException
-
list
public StripeCollection<Intent> list(IntentListParams params, RequestOptions options) throws StripeException List Billing Intents.- Throws:
StripeException
-
create
Create a Billing Intent.- Throws:
StripeException
-
create
Create a Billing Intent.- Throws:
StripeException
-
retrieve
Retrieve a Billing Intent.- Throws:
StripeException
-
retrieve
Retrieve a Billing Intent.- Throws:
StripeException
-
cancel
Cancel a Billing Intent.- Throws:
StripeException
-
cancel
Cancel a Billing Intent.- Throws:
StripeException
-
commit
Commit a Billing Intent.- Throws:
StripeException
-
commit
Commit a Billing Intent.- Throws:
StripeException
-
commit
Commit a Billing Intent.- Throws:
StripeException
-
commit
public Intent commit(String id, IntentCommitParams params, RequestOptions options) throws StripeException Commit a Billing Intent.- Throws:
StripeException
-
releaseReservation
Release a Billing Intent.- Throws:
StripeException
-
releaseReservation
Release a Billing Intent.- Throws:
StripeException
-
reserve
Reserve a Billing Intent.- Throws:
StripeException
-
reserve
Reserve a Billing Intent.- Throws:
StripeException
-
actions
-