Uses of Class
Avalara.SDK.model.A1099.V2.Get1099Form200Response
-
Packages that use Get1099Form200Response Package Description Avalara.SDK.api.A1099.V2 Avalara.SDK.model.A1099.V2 -
-
Uses of Get1099Form200Response in Avalara.SDK.api.A1099.V2
Methods in Avalara.SDK.api.A1099.V2 that return Get1099Form200Response Modifier and Type Method Description Get1099Form200ResponseForms1099Api. get1099Form(Forms1099Api.Get1099FormRequest requestParameters)Retrieve a 1099/1095/W2/1042S form Retrieve a 1099/1095/W2/1042S form.Methods in Avalara.SDK.api.A1099.V2 that return types with arguments of type Get1099Form200Response Modifier and Type Method Description ApiResponse<Get1099Form200Response>Forms1099Api. get1099FormWithHttpInfo(Forms1099Api.Get1099FormRequest requestParameters)Retrieve a 1099/1095/W2/1042S form Retrieve a 1099/1095/W2/1042S form.Method parameters in Avalara.SDK.api.A1099.V2 with type arguments of type Get1099Form200Response Modifier and Type Method Description okhttp3.CallForms1099Api. get1099FormAsync(Forms1099Api.Get1099FormRequest requestParameters, ApiCallback<Get1099Form200Response> _callback)Retrieve a 1099/1095/W2/1042S form (asynchronously) Retrieve a 1099/1095/W2/1042S form. -
Uses of Get1099Form200Response in Avalara.SDK.model.A1099.V2
Methods in Avalara.SDK.model.A1099.V2 that return Get1099Form200Response Modifier and Type Method Description static Get1099Form200ResponseGet1099Form200Response. fromJson(String jsonString)Create an instance of Get1099Form200Response given an JSON stringMethods in Avalara.SDK.model.A1099.V2 that return types with arguments of type Get1099Form200Response Modifier and Type Method Description List<Get1099Form200Response>Form1099List. getData()Get dataMethods in Avalara.SDK.model.A1099.V2 with parameters of type Get1099Form200Response Modifier and Type Method Description Form1099ListForm1099List. addDataItem(Get1099Form200Response dataItem)Method parameters in Avalara.SDK.model.A1099.V2 with type arguments of type Get1099Form200Response Modifier and Type Method Description Form1099ListForm1099List. data(List<Get1099Form200Response> data)voidForm1099List. setData(List<Get1099Form200Response> data)
-