Class SplitService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.v2.payments.settlementallocationintents.SplitService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCancel SettlementAllocationIntentSplit API.cancel(String settlementAllocationIntentId, String id, RequestOptions options) Cancel SettlementAllocationIntentSplit API.create(String settlementAllocationIntentId, SplitCreateParams params) Create SettlementAllocationIntentSplit API.create(String settlementAllocationIntentId, SplitCreateParams params, RequestOptions options) Create SettlementAllocationIntentSplit API.List SettlementAllocationIntentSplits API.list(String settlementAllocationIntentId, RequestOptions options) List SettlementAllocationIntentSplits API.list(String settlementAllocationIntentId, SplitListParams params) List SettlementAllocationIntentSplits API.list(String settlementAllocationIntentId, SplitListParams params, RequestOptions options) List SettlementAllocationIntentSplits API.Retrieve SettlementAllocationIntentSplit API.retrieve(String settlementAllocationIntentId, String id, RequestOptions options) Retrieve SettlementAllocationIntentSplit API.Methods inherited from class com.stripe.net.ApiService
getResponseGetter, request, requestStream
-
Constructor Details
-
SplitService
-
-
Method Details
-
list
public StripeCollection<SettlementAllocationIntentSplit> list(String settlementAllocationIntentId, SplitListParams params) throws StripeException List SettlementAllocationIntentSplits API.- Throws:
StripeException
-
list
public StripeCollection<SettlementAllocationIntentSplit> list(String settlementAllocationIntentId, RequestOptions options) throws StripeException List SettlementAllocationIntentSplits API.- Throws:
StripeException
-
list
public StripeCollection<SettlementAllocationIntentSplit> list(String settlementAllocationIntentId) throws StripeException List SettlementAllocationIntentSplits API.- Throws:
StripeException
-
list
public StripeCollection<SettlementAllocationIntentSplit> list(String settlementAllocationIntentId, SplitListParams params, RequestOptions options) throws StripeException List SettlementAllocationIntentSplits API.- Throws:
StripeException
-
create
public SettlementAllocationIntentSplit create(String settlementAllocationIntentId, SplitCreateParams params) throws StripeException Create SettlementAllocationIntentSplit API.- Throws:
StripeException
-
create
public SettlementAllocationIntentSplit create(String settlementAllocationIntentId, SplitCreateParams params, RequestOptions options) throws StripeException Create SettlementAllocationIntentSplit API.- Throws:
StripeException
-
retrieve
public SettlementAllocationIntentSplit retrieve(String settlementAllocationIntentId, String id) throws StripeException Retrieve SettlementAllocationIntentSplit API.- Throws:
StripeException
-
retrieve
public SettlementAllocationIntentSplit retrieve(String settlementAllocationIntentId, String id, RequestOptions options) throws StripeException Retrieve SettlementAllocationIntentSplit API.- Throws:
StripeException
-
cancel
public SettlementAllocationIntentSplit cancel(String settlementAllocationIntentId, String id) throws StripeException Cancel SettlementAllocationIntentSplit API.- Throws:
StripeException
-
cancel
public SettlementAllocationIntentSplit cancel(String settlementAllocationIntentId, String id, RequestOptions options) throws StripeException Cancel SettlementAllocationIntentSplit API.- Throws:
StripeException
-