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. createAndSendW9FormEmail(FormsW9Api.CreateAndSendW9FormEmailRequest requestParameters)Create a minimal W9/W4/W8 form and sends the e-mail request Create a minimal W9/W4/W8 form and sends the e-mail request.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.CreateW9Form201ResponseFormsW9Api. sendW9FormEmail(FormsW9Api.SendW9FormEmailRequest requestParameters)Send an email to the vendor/payee requesting they fill out a W9/W4/W8 form Send an email to the vendor/payee requesting they fill out 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. createAndSendW9FormEmailWithHttpInfo(FormsW9Api.CreateAndSendW9FormEmailRequest requestParameters)Create a minimal W9/W4/W8 form and sends the e-mail request Create a minimal W9/W4/W8 form and sends the e-mail request.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.ApiResponse<CreateW9Form201Response>FormsW9Api. sendW9FormEmailWithHttpInfo(FormsW9Api.SendW9FormEmailRequest requestParameters)Send an email to the vendor/payee requesting they fill out a W9/W4/W8 form Send an email to the vendor/payee requesting they fill out 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. createAndSendW9FormEmailAsync(FormsW9Api.CreateAndSendW9FormEmailRequest requestParameters, ApiCallback<CreateW9Form201Response> _callback)Create a minimal W9/W4/W8 form and sends the e-mail request (asynchronously) Create a minimal W9/W4/W8 form and sends the e-mail request.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.okhttp3.CallFormsW9Api. sendW9FormEmailAsync(FormsW9Api.SendW9FormEmailRequest requestParameters, ApiCallback<CreateW9Form201Response> _callback)Send an email to the vendor/payee requesting they fill out a W9/W4/W8 form (asynchronously) Send an email to the vendor/payee requesting they fill out 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)
-