Uses of Class
Avalara.SDK.model.EInvoicing.V1.WebhooksErrorInfo
-
Packages that use WebhooksErrorInfo Package Description Avalara.SDK.model.EInvoicing.V1 -
-
Uses of WebhooksErrorInfo in Avalara.SDK.model.EInvoicing.V1
Methods in Avalara.SDK.model.EInvoicing.V1 that return WebhooksErrorInfo Modifier and Type Method Description WebhooksErrorInfoWebhooksErrorInfo. detail(String detail)static WebhooksErrorInfoWebhooksErrorInfo. fromJson(String jsonString)Create an instance of WebhooksErrorInfo given an JSON stringWebhooksErrorInfoWebhooksErrorResponse. getError()Get errorWebhooksErrorInfoWebhooksErrorInfo. instance(String instance)WebhooksErrorInfoWebhooksErrorInfo. status(String status)WebhooksErrorInfoWebhooksErrorInfo. title(String title)Methods in Avalara.SDK.model.EInvoicing.V1 with parameters of type WebhooksErrorInfo Modifier and Type Method Description WebhooksErrorResponseWebhooksErrorResponse. error(WebhooksErrorInfo error)voidWebhooksErrorResponse. setError(WebhooksErrorInfo error)
-