Uses of Class
Avalara.SDK.model.A1099.V2.Form1099ListResponse
-
Packages that use Form1099ListResponse Package Description Avalara.SDK.api.A1099.V2 Avalara.SDK.model.A1099.V2 -
-
Uses of Form1099ListResponse in Avalara.SDK.api.A1099.V2
Methods in Avalara.SDK.api.A1099.V2 that return Form1099ListResponse Modifier and Type Method Description Form1099ListResponseForms1099Api. list1099Forms(Forms1099Api.List1099FormsRequest requestParameters)List 1099/1095/W2/1042S forms List 1099/1095/W2/1042S forms.Methods in Avalara.SDK.api.A1099.V2 that return types with arguments of type Form1099ListResponse Modifier and Type Method Description ApiResponse<Form1099ListResponse>Forms1099Api. list1099FormsWithHttpInfo(Forms1099Api.List1099FormsRequest requestParameters)List 1099/1095/W2/1042S forms List 1099/1095/W2/1042S forms.Method parameters in Avalara.SDK.api.A1099.V2 with type arguments of type Form1099ListResponse Modifier and Type Method Description okhttp3.CallForms1099Api. list1099FormsAsync(Forms1099Api.List1099FormsRequest requestParameters, ApiCallback<Form1099ListResponse> _callback)List 1099/1095/W2/1042S forms (asynchronously) List 1099/1095/W2/1042S forms. -
Uses of Form1099ListResponse in Avalara.SDK.model.A1099.V2
Methods in Avalara.SDK.model.A1099.V2 that return Form1099ListResponse Modifier and Type Method Description Form1099ListResponseForm1099ListResponse. addValueItem(Form1099ListResponseValueInner valueItem)static Form1099ListResponseForm1099ListResponse. fromJson(String jsonString)Create an instance of Form1099ListResponse given an JSON stringForm1099ListResponseForm1099ListResponse. value(List<Form1099ListResponseValueInner> value)
-