Uses of Class
Avalara.SDK.model.EInvoicing.V1.WebhookInvocation
-
Packages that use WebhookInvocation Package Description Avalara.SDK.model.EInvoicing.V1 -
-
Uses of WebhookInvocation in Avalara.SDK.model.EInvoicing.V1
Methods in Avalara.SDK.model.EInvoicing.V1 that return WebhookInvocation Modifier and Type Method Description WebhookInvocationWebhookInvocation. addItemsItem(EventMessage itemsItem)static WebhookInvocationWebhookInvocation. fromJson(String jsonString)Create an instance of WebhookInvocation given an JSON stringWebhookInvocationWebhookInvocation. id(UUID id)WebhookInvocationWebhookInvocation. invocationTimestamp(OffsetDateTime invocationTimestamp)WebhookInvocationWebhookInvocation. items(List<EventMessage> items)WebhookInvocationWebhookInvocation. retryCount(Integer retryCount)WebhookInvocationWebhookInvocation. retryMax(Integer retryMax)WebhookInvocationWebhookInvocation. retryTimestamp(OffsetDateTime retryTimestamp)
-