Package com.stripe.service
Class CustomerEntitlementSummaryService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.CustomerEntitlementSummaryService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionRetrieve the entitlement summary for a customer.retrieve
(String customer, RequestOptions options) Retrieve the entitlement summary for a customer.retrieve
(String customer, CustomerEntitlementSummaryRetrieveParams params) Retrieve the entitlement summary for a customer.retrieve
(String customer, CustomerEntitlementSummaryRetrieveParams params, RequestOptions options) Retrieve the entitlement summary for a customer.Methods inherited from class com.stripe.net.ApiService
getResponseGetter, request, requestStream
-
Constructor Details
-
CustomerEntitlementSummaryService
-
-
Method Details
-
retrieve
public CustomerEntitlementSummary retrieve(String customer, CustomerEntitlementSummaryRetrieveParams params) throws StripeException Retrieve the entitlement summary for a customer.- Throws:
StripeException
-
retrieve
public CustomerEntitlementSummary retrieve(String customer, RequestOptions options) throws StripeException Retrieve the entitlement summary for a customer.- Throws:
StripeException
-
retrieve
Retrieve the entitlement summary for a customer.- Throws:
StripeException
-
retrieve
public CustomerEntitlementSummary retrieve(String customer, CustomerEntitlementSummaryRetrieveParams params, RequestOptions options) throws StripeException Retrieve the entitlement summary for a customer.- Throws:
StripeException
-