Uses of Class
Avalara.SDK.model.EInvoicing.V1.InputDataFormats
-
Packages that use InputDataFormats Package Description Avalara.SDK.model.EInvoicing.V1 -
-
Uses of InputDataFormats in Avalara.SDK.model.EInvoicing.V1
Methods in Avalara.SDK.model.EInvoicing.V1 that return InputDataFormats Modifier and Type Method Description InputDataFormatsInputDataFormats. addVersionsItem(String versionsItem)InputDataFormatsInputDataFormats. format(String format)static InputDataFormatsInputDataFormats. fromJson(String jsonString)Create an instance of InputDataFormats given an JSON stringInputDataFormatsInputDataFormats. versions(List<String> versions)Methods in Avalara.SDK.model.EInvoicing.V1 that return types with arguments of type InputDataFormats Modifier and Type Method Description List<InputDataFormats>Mandate. getInputDataFormats()Format and version used when inputting the dataMethods in Avalara.SDK.model.EInvoicing.V1 with parameters of type InputDataFormats Modifier and Type Method Description MandateMandate. addInputDataFormatsItem(InputDataFormats inputDataFormatsItem)Method parameters in Avalara.SDK.model.EInvoicing.V1 with type arguments of type InputDataFormats Modifier and Type Method Description MandateMandate. inputDataFormats(List<InputDataFormats> inputDataFormats)voidMandate. setInputDataFormats(List<InputDataFormats> inputDataFormats)
-