Uses of Class
Avalara.SDK.model.EInvoicing.V1.SuccessResponse
-
Packages that use SuccessResponse Package Description Avalara.SDK.api.EInvoicing.V1 Avalara.SDK.model.EInvoicing.V1 -
-
Uses of SuccessResponse in Avalara.SDK.api.EInvoicing.V1
Methods in Avalara.SDK.api.EInvoicing.V1 that return SuccessResponse Modifier and Type Method Description SuccessResponseSubscriptionsApi. createWebhookSubscription(SubscriptionsApi.CreateWebhookSubscriptionRequest requestParameters)Create a subscription to events Create a subscription to events exposed by registered systems.Methods in Avalara.SDK.api.EInvoicing.V1 that return types with arguments of type SuccessResponse Modifier and Type Method Description ApiResponse<SuccessResponse>SubscriptionsApi. createWebhookSubscriptionWithHttpInfo(SubscriptionsApi.CreateWebhookSubscriptionRequest requestParameters)Create a subscription to events Create a subscription to events exposed by registered systems.Method parameters in Avalara.SDK.api.EInvoicing.V1 with type arguments of type SuccessResponse Modifier and Type Method Description okhttp3.CallSubscriptionsApi. createWebhookSubscriptionAsync(SubscriptionsApi.CreateWebhookSubscriptionRequest requestParameters, ApiCallback<SuccessResponse> _callback)Create a subscription to events (asynchronously) Create a subscription to events exposed by registered systems. -
Uses of SuccessResponse in Avalara.SDK.model.EInvoicing.V1
Methods in Avalara.SDK.model.EInvoicing.V1 that return SuccessResponse Modifier and Type Method Description static SuccessResponseSuccessResponse. fromJson(String jsonString)Create an instance of SuccessResponse given an JSON stringSuccessResponseSuccessResponse. id(String id)SuccessResponseSuccessResponse. message(String message)
-