Uses of Class
Avalara.SDK.model.EInvoicing.V1.WorkflowIds
-
Packages that use WorkflowIds Package Description Avalara.SDK.model.EInvoicing.V1 -
-
Uses of WorkflowIds in Avalara.SDK.model.EInvoicing.V1
Methods in Avalara.SDK.model.EInvoicing.V1 that return WorkflowIds Modifier and Type Method Description WorkflowIdsWorkflowIds. description(String description)static WorkflowIdsWorkflowIds. fromJson(String jsonString)Create an instance of WorkflowIds given an JSON stringWorkflowIdsWorkflowIds. name(String name)Methods in Avalara.SDK.model.EInvoicing.V1 that return types with arguments of type WorkflowIds Modifier and Type Method Description List<WorkflowIds>Mandate. getWorkflowIds()Workflow ID listMethods in Avalara.SDK.model.EInvoicing.V1 with parameters of type WorkflowIds Modifier and Type Method Description MandateMandate. addWorkflowIdsItem(WorkflowIds workflowIdsItem)Method parameters in Avalara.SDK.model.EInvoicing.V1 with type arguments of type WorkflowIds Modifier and Type Method Description voidMandate. setWorkflowIds(List<WorkflowIds> workflowIds)MandateMandate. workflowIds(List<WorkflowIds> workflowIds)
-