Uses of Class
Avalara.SDK.model.A1099.V2.CompanyResponse
-
Packages that use CompanyResponse Package Description Avalara.SDK.api.A1099.V2 Avalara.SDK.model.A1099.V2 -
-
Uses of CompanyResponse in Avalara.SDK.api.A1099.V2
Methods in Avalara.SDK.api.A1099.V2 that return CompanyResponse Modifier and Type Method Description CompanyResponseCompaniesW9Api. getCompany(CompaniesW9Api.GetCompanyRequest requestParameters)Retrieve a company Retrieve a company.Methods in Avalara.SDK.api.A1099.V2 that return types with arguments of type CompanyResponse Modifier and Type Method Description ApiResponse<CompanyResponse>CompaniesW9Api. getCompanyWithHttpInfo(CompaniesW9Api.GetCompanyRequest requestParameters)Retrieve a company Retrieve a company.Method parameters in Avalara.SDK.api.A1099.V2 with type arguments of type CompanyResponse Modifier and Type Method Description okhttp3.CallCompaniesW9Api. getCompanyAsync(CompaniesW9Api.GetCompanyRequest requestParameters, ApiCallback<CompanyResponse> _callback)Retrieve a company (asynchronously) Retrieve a company. -
Uses of CompanyResponse in Avalara.SDK.model.A1099.V2
Methods in Avalara.SDK.model.A1099.V2 that return CompanyResponse Modifier and Type Method Description CompanyResponseCompanyResponse. address(String address)CompanyResponseCompanyResponse. city(String city)CompanyResponseCompanyResponse. countryCode(String countryCode)CompanyResponseCompanyResponse. createdAt(OffsetDateTime createdAt)CompanyResponseCompanyResponse. dbaName(String dbaName)CompanyResponseCompanyResponse. doTinMatch(Boolean doTinMatch)CompanyResponseCompanyResponse. email(String email)CompanyResponseCompanyResponse. foreignProvince(String foreignProvince)static CompanyResponseCompanyResponse. fromJson(String jsonString)Create an instance of CompanyResponse given an JSON stringCompanyResponseCompanyResponse. groupName(String groupName)CompanyResponseCompanyResponse. id(String id)CompanyResponseCompanyResponse. maxReminderAttempts(Integer maxReminderAttempts)CompanyResponseCompanyResponse. name(String name)CompanyResponseCompanyResponse. referenceId(String referenceId)CompanyResponseCompanyResponse. resendIntervalDays(Integer resendIntervalDays)CompanyResponseCompanyResponse. resendRequests(Boolean resendRequests)CompanyResponseCompanyResponse. state(String state)CompanyResponseCompanyResponse. telephone(String telephone)CompanyResponseCompanyResponse. tin(String tin)CompanyResponseCompanyResponse. updatedAt(OffsetDateTime updatedAt)CompanyResponseCompanyResponse. zip(String zip)Methods in Avalara.SDK.model.A1099.V2 that return types with arguments of type CompanyResponse Modifier and Type Method Description List<CompanyResponse>PaginatedQueryResultModelCompanyResponse. getValue()Get valueMethods in Avalara.SDK.model.A1099.V2 with parameters of type CompanyResponse Modifier and Type Method Description PaginatedQueryResultModelCompanyResponsePaginatedQueryResultModelCompanyResponse. addValueItem(CompanyResponse valueItem)Method parameters in Avalara.SDK.model.A1099.V2 with type arguments of type CompanyResponse Modifier and Type Method Description voidPaginatedQueryResultModelCompanyResponse. setValue(List<CompanyResponse> value)PaginatedQueryResultModelCompanyResponsePaginatedQueryResultModelCompanyResponse. value(List<CompanyResponse> value)
-