Uses of Class
Avalara.SDK.model.A1099.V2.CreateW9Form201Response
-
Packages that use CreateW9Form201Response Package Description Avalara.SDK.api.A1099.V2 Avalara.SDK.model.A1099.V2 -
-
Uses of CreateW9Form201Response in Avalara.SDK.api.A1099.V2
Methods in Avalara.SDK.api.A1099.V2 that return CreateW9Form201Response Modifier and Type Method Description CreateW9Form201ResponseFormsW9Api. createW9Form(FormsW9Api.CreateW9FormRequest requestParameters)Create a W9/W4/W8 form Create a W9/W4/W8 form.CreateW9Form201ResponseFormsW9Api. getW9Form(FormsW9Api.GetW9FormRequest requestParameters)Retrieve a W9/W4/W8 form Retrieve a W9/W4/W8 form.Methods in Avalara.SDK.api.A1099.V2 that return types with arguments of type CreateW9Form201Response Modifier and Type Method Description ApiResponse<CreateW9Form201Response>FormsW9Api. createW9FormWithHttpInfo(FormsW9Api.CreateW9FormRequest requestParameters)Create a W9/W4/W8 form Create a W9/W4/W8 form.ApiResponse<CreateW9Form201Response>FormsW9Api. getW9FormWithHttpInfo(FormsW9Api.GetW9FormRequest requestParameters)Retrieve a W9/W4/W8 form Retrieve a W9/W4/W8 form.Method parameters in Avalara.SDK.api.A1099.V2 with type arguments of type CreateW9Form201Response Modifier and Type Method Description okhttp3.CallFormsW9Api. createW9FormAsync(FormsW9Api.CreateW9FormRequest requestParameters, ApiCallback<CreateW9Form201Response> _callback)Create a W9/W4/W8 form (asynchronously) Create a W9/W4/W8 form.okhttp3.CallFormsW9Api. getW9FormAsync(FormsW9Api.GetW9FormRequest requestParameters, ApiCallback<CreateW9Form201Response> _callback)Retrieve a W9/W4/W8 form (asynchronously) Retrieve a W9/W4/W8 form. -
Uses of CreateW9Form201Response in Avalara.SDK.model.A1099.V2
Methods in Avalara.SDK.model.A1099.V2 that return CreateW9Form201Response Modifier and Type Method Description static CreateW9Form201ResponseCreateW9Form201Response. fromJson(String jsonString)Create an instance of CreateW9Form201Response given an JSON stringMethods in Avalara.SDK.model.A1099.V2 that return types with arguments of type CreateW9Form201Response Modifier and Type Method Description List<CreateW9Form201Response>PaginatedQueryResultModelW9FormBaseResponse. getValue()Get valueMethods in Avalara.SDK.model.A1099.V2 with parameters of type CreateW9Form201Response Modifier and Type Method Description PaginatedQueryResultModelW9FormBaseResponsePaginatedQueryResultModelW9FormBaseResponse. addValueItem(CreateW9Form201Response valueItem)Method parameters in Avalara.SDK.model.A1099.V2 with type arguments of type CreateW9Form201Response Modifier and Type Method Description voidPaginatedQueryResultModelW9FormBaseResponse. setValue(List<CreateW9Form201Response> value)PaginatedQueryResultModelW9FormBaseResponsePaginatedQueryResultModelW9FormBaseResponse. value(List<CreateW9Form201Response> value)
-