Uses of Class
Avalara.SDK.model.A1099.V2.Form1099ListResponseValueInner
-
Packages that use Form1099ListResponseValueInner Package Description Avalara.SDK.model.A1099.V2 -
-
Uses of Form1099ListResponseValueInner in Avalara.SDK.model.A1099.V2
Methods in Avalara.SDK.model.A1099.V2 that return Form1099ListResponseValueInner Modifier and Type Method Description static Form1099ListResponseValueInnerForm1099ListResponseValueInner. fromJson(String jsonString)Create an instance of Form1099ListResponseValueInner given an JSON stringMethods in Avalara.SDK.model.A1099.V2 that return types with arguments of type Form1099ListResponseValueInner Modifier and Type Method Description List<Form1099ListResponseValueInner>Form1099ListResponse. getValue()List of Form 1099 responsesMethods in Avalara.SDK.model.A1099.V2 with parameters of type Form1099ListResponseValueInner Modifier and Type Method Description Form1099ListResponseForm1099ListResponse. addValueItem(Form1099ListResponseValueInner valueItem)Method parameters in Avalara.SDK.model.A1099.V2 with type arguments of type Form1099ListResponseValueInner Modifier and Type Method Description voidForm1099ListResponse. setValue(List<Form1099ListResponseValueInner> value)Form1099ListResponseForm1099ListResponse. value(List<Form1099ListResponseValueInner> value)
-