Class OutboundSetupIntentService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.v2.moneymanagement.OutboundSetupIntentService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCancel an OutboundSetupIntent object.cancel
(String id, RequestOptions options) Cancel an OutboundSetupIntent object.create()
Create an OutboundSetupIntent object.create
(RequestOptions options) Create an OutboundSetupIntent object.Create an OutboundSetupIntent object.create
(OutboundSetupIntentCreateParams params, RequestOptions options) Create an OutboundSetupIntent object.list()
List the OutboundSetupIntent objects.list
(RequestOptions options) List the OutboundSetupIntent objects.list
(OutboundSetupIntentListParams params) List the OutboundSetupIntent objects.list
(OutboundSetupIntentListParams params, RequestOptions options) List the OutboundSetupIntent objects.Retrieve an OutboundSetupIntent object.retrieve
(String id, RequestOptions options) Retrieve an OutboundSetupIntent object.Update an OutboundSetupIntent object.update
(String id, RequestOptions options) Update an OutboundSetupIntent object.update
(String id, OutboundSetupIntentUpdateParams params) Update an OutboundSetupIntent object.update
(String id, OutboundSetupIntentUpdateParams params, RequestOptions options) Update an OutboundSetupIntent object.Methods inherited from class com.stripe.net.ApiService
getResponseGetter, request, requestStream
-
Constructor Details
-
OutboundSetupIntentService
-
-
Method Details
-
list
public StripeCollection<OutboundSetupIntent> list(OutboundSetupIntentListParams params) throws StripeException List the OutboundSetupIntent objects.- Throws:
StripeException
-
list
List the OutboundSetupIntent objects.- Throws:
StripeException
-
list
List the OutboundSetupIntent objects.- Throws:
StripeException
-
list
public StripeCollection<OutboundSetupIntent> list(OutboundSetupIntentListParams params, RequestOptions options) throws StripeException List the OutboundSetupIntent objects.- Throws:
StripeException
-
create
public OutboundSetupIntent create(OutboundSetupIntentCreateParams params) throws StripeException, BlockedByStripeException, InvalidPayoutMethodException, QuotaExceededException Create an OutboundSetupIntent object. -
create
public OutboundSetupIntent create(RequestOptions options) throws StripeException, BlockedByStripeException, InvalidPayoutMethodException, QuotaExceededException Create an OutboundSetupIntent object. -
create
public OutboundSetupIntent create() throws StripeException, BlockedByStripeException, InvalidPayoutMethodException, QuotaExceededExceptionCreate an OutboundSetupIntent object. -
create
public OutboundSetupIntent create(OutboundSetupIntentCreateParams params, RequestOptions options) throws StripeException, BlockedByStripeException, InvalidPayoutMethodException, QuotaExceededException Create an OutboundSetupIntent object. -
retrieve
Retrieve an OutboundSetupIntent object.- Throws:
StripeException
-
retrieve
Retrieve an OutboundSetupIntent object.- Throws:
StripeException
-
update
public OutboundSetupIntent update(String id, OutboundSetupIntentUpdateParams params) throws StripeException, QuotaExceededException, BlockedByStripeException, InvalidPayoutMethodException Update an OutboundSetupIntent object. -
update
public OutboundSetupIntent update(String id, RequestOptions options) throws StripeException, QuotaExceededException, BlockedByStripeException, InvalidPayoutMethodException Update an OutboundSetupIntent object. -
update
public OutboundSetupIntent update(String id) throws StripeException, QuotaExceededException, BlockedByStripeException, InvalidPayoutMethodException Update an OutboundSetupIntent object. -
update
public OutboundSetupIntent update(String id, OutboundSetupIntentUpdateParams params, RequestOptions options) throws StripeException, QuotaExceededException, BlockedByStripeException, InvalidPayoutMethodException Update an OutboundSetupIntent object. -
cancel
Cancel an OutboundSetupIntent object.- Throws:
StripeException
-
cancel
Cancel an OutboundSetupIntent object.- Throws:
StripeException
-