Class AdjustmentService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.v2.moneymanagement.AdjustmentService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlist()
Returns a list of Adjustments that match the provided filters.list
(RequestOptions options) Returns a list of Adjustments that match the provided filters.list
(AdjustmentListParams params) Returns a list of Adjustments that match the provided filters.list
(AdjustmentListParams params, RequestOptions options) Returns a list of Adjustments that match the provided filters.Retrieves the details of an Adjustment by ID.retrieve
(String id, RequestOptions options) Retrieves the details of an Adjustment by ID.Methods inherited from class com.stripe.net.ApiService
getResponseGetter, request, requestStream
-
Constructor Details
-
AdjustmentService
-
-
Method Details
-
list
Returns a list of Adjustments that match the provided filters.- Throws:
StripeException
-
list
Returns a list of Adjustments that match the provided filters.- Throws:
StripeException
-
list
Returns a list of Adjustments that match the provided filters.- Throws:
StripeException
-
list
public StripeCollection<Adjustment> list(AdjustmentListParams params, RequestOptions options) throws StripeException Returns a list of Adjustments that match the provided filters.- Throws:
StripeException
-
retrieve
Retrieves the details of an Adjustment by ID.- Throws:
StripeException
-
retrieve
Retrieves the details of an Adjustment by ID.- Throws:
StripeException
-