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.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
-
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
-