Package com.chargebee.v4.services
Class InAppSubscriptionService
java.lang.Object
com.chargebee.v4.services.BaseService<InAppSubscriptionService>
com.chargebee.v4.services.InAppSubscriptionService
-
Field Summary
Fields inherited from class com.chargebee.v4.services.BaseService
client, options -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionimportReceipt(String inAppSubscriptionAppId, InAppSubscriptionImportReceiptParams params) importSubscription(String inAppSubscriptionAppId) importSubscription(String inAppSubscriptionAppId, InAppSubscriptionImportSubscriptionParams params) processReceipt(String inAppSubscriptionAppId, InAppSubscriptionProcessReceiptParams params) retrieveStoreSubscriptions(String inAppSubscriptionAppId, InAppSubscriptionRetrieveStoreSubscriptionsParams params) withOptions(RequestOptions options) Apply per-request options for this service instance.Methods inherited from class com.chargebee.v4.services.BaseService
buildPathWithParams, clientForBuilders, clientWithOptions, get, getAsync, getMergedHeaders, header, headers, options, parseResponse, post, postAsync, postJson, postJsonAsync
-
Constructor Details
-
InAppSubscriptionService
-
-
Method Details
-
withOptions
Apply per-request options for this service instance. Users can chain .withOptions or .options to set headers and other options.- Overrides:
withOptionsin classBaseService<InAppSubscriptionService>
-
retrieveStoreSubscriptions
public InAppSubscriptionRetrieveStoreSubscriptionsResponse retrieveStoreSubscriptions(String inAppSubscriptionAppId, InAppSubscriptionRetrieveStoreSubscriptionsParams params) throws ChargebeeException - Throws:
ChargebeeException
-
importReceipt
public InAppSubscriptionImportReceiptResponse importReceipt(String inAppSubscriptionAppId, InAppSubscriptionImportReceiptParams params) throws ChargebeeException - Throws:
ChargebeeException
-
importSubscription
public InAppSubscriptionImportSubscriptionResponse importSubscription(String inAppSubscriptionAppId, InAppSubscriptionImportSubscriptionParams params) throws ChargebeeException - Throws:
ChargebeeException
-
importSubscription
public InAppSubscriptionImportSubscriptionResponse importSubscription(String inAppSubscriptionAppId) throws ChargebeeException - Throws:
ChargebeeException
-
processReceipt
public InAppSubscriptionProcessReceiptResponse processReceipt(String inAppSubscriptionAppId, InAppSubscriptionProcessReceiptParams params) throws ChargebeeException - Throws:
ChargebeeException
-