Package com.stripe.service.v2.tax
Class ManualRuleService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.v2.tax.ManualRuleService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate(ManualRuleCreateParams params) Creates a ManualRule object.create(ManualRuleCreateParams params, RequestOptions options) Creates a ManualRule object.deactivate(String id) Deactivates a ManualRule object.deactivate(String id, RequestOptions options) Deactivates a ManualRule object.list()List all ManualRule objects.list(RequestOptions options) List all ManualRule objects.list(ManualRuleListParams params) List all ManualRule objects.list(ManualRuleListParams params, RequestOptions options) List all ManualRule objects.Retrieves a ManualRule object by ID.retrieve(String id, RequestOptions options) Retrieves a ManualRule object by ID.update(String id, ManualRuleUpdateParams params) Updates the Tax configuration for a ManualRule object.update(String id, ManualRuleUpdateParams params, RequestOptions options) Updates the Tax configuration for a ManualRule object.Methods inherited from class com.stripe.net.ApiService
getResponseGetter, request, requestStream
-
Constructor Details
-
ManualRuleService
-
-
Method Details
-
list
List all ManualRule objects.- Throws:
StripeException
-
list
List all ManualRule objects.- Throws:
StripeException
-
list
List all ManualRule objects.- Throws:
StripeException
-
list
public StripeCollection<ManualRule> list(ManualRuleListParams params, RequestOptions options) throws StripeException List all ManualRule objects.- Throws:
StripeException
-
create
Creates a ManualRule object.- Throws:
StripeException
-
create
public ManualRule create(ManualRuleCreateParams params, RequestOptions options) throws StripeException Creates a ManualRule object.- Throws:
StripeException
-
retrieve
Retrieves a ManualRule object by ID.- Throws:
StripeException
-
retrieve
Retrieves a ManualRule object by ID.- Throws:
StripeException
-
update
Updates the Tax configuration for a ManualRule object.- Throws:
StripeException
-
update
public ManualRule update(String id, ManualRuleUpdateParams params, RequestOptions options) throws StripeException Updates the Tax configuration for a ManualRule object.- Throws:
StripeException
-
deactivate
Deactivates a ManualRule object.- Throws:
StripeException
-
deactivate
Deactivates a ManualRule object.- Throws:
StripeException
-