Package com.stripe.service
Class ApplicationFeeService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.ApplicationFeeService
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionlist()
Returns a list of application fees you’ve previously collected.list
(RequestOptions options) Returns a list of application fees you’ve previously collected.list
(ApplicationFeeListParams params) Returns a list of application fees you’ve previously collected.list
(ApplicationFeeListParams params, RequestOptions options) Returns a list of application fees you’ve previously collected.refunds()
Retrieves the details of an application fee that your account has collected.retrieve
(String id, RequestOptions options) Retrieves the details of an application fee that your account has collected.retrieve
(String id, ApplicationFeeRetrieveParams params) Retrieves the details of an application fee that your account has collected.retrieve
(String id, ApplicationFeeRetrieveParams params, RequestOptions options) Retrieves the details of an application fee that your account has collected.Methods inherited from class com.stripe.net.ApiService
getResponseGetter, request, requestStream
-
Constructor Details
-
ApplicationFeeService
-
-
Method Details
-
list
public StripeCollection<ApplicationFee> list(ApplicationFeeListParams params) throws StripeException Returns a list of application fees you’ve previously collected. The application fees are returned in sorted order, with the most recent fees appearing first.- Throws:
StripeException
-
list
Returns a list of application fees you’ve previously collected. The application fees are returned in sorted order, with the most recent fees appearing first.- Throws:
StripeException
-
list
Returns a list of application fees you’ve previously collected. The application fees are returned in sorted order, with the most recent fees appearing first.- Throws:
StripeException
-
list
public StripeCollection<ApplicationFee> list(ApplicationFeeListParams params, RequestOptions options) throws StripeException Returns a list of application fees you’ve previously collected. The application fees are returned in sorted order, with the most recent fees appearing first.- Throws:
StripeException
-
retrieve
public ApplicationFee retrieve(String id, ApplicationFeeRetrieveParams params) throws StripeException Retrieves the details of an application fee that your account has collected. The same information is returned when refunding the application fee.- Throws:
StripeException
-
retrieve
Retrieves the details of an application fee that your account has collected. The same information is returned when refunding the application fee.- Throws:
StripeException
-
retrieve
Retrieves the details of an application fee that your account has collected. The same information is returned when refunding the application fee.- Throws:
StripeException
-
retrieve
public ApplicationFee retrieve(String id, ApplicationFeeRetrieveParams params, RequestOptions options) throws StripeException Retrieves the details of an application fee that your account has collected. The same information is returned when refunding the application fee.- Throws:
StripeException
-
refunds
-