Uses of Class
Avalara.SDK.model.A1099.V2.EntryStatusResponse
-
Packages that use EntryStatusResponse Package Description Avalara.SDK.model.A1099.V2 -
-
Uses of EntryStatusResponse in Avalara.SDK.model.A1099.V2
Methods in Avalara.SDK.model.A1099.V2 that return EntryStatusResponse Modifier and Type Method Description static EntryStatusResponseEntryStatusResponse. fromJson(String jsonString)Create an instance of EntryStatusResponse given an JSON stringEntryStatusResponseW9FormBaseResponse. getEntryStatus()The entry status information for the form.EntryStatusResponseEntryStatusResponse. status(String status)EntryStatusResponseEntryStatusResponse. time(OffsetDateTime time)Methods in Avalara.SDK.model.A1099.V2 with parameters of type EntryStatusResponse Modifier and Type Method Description W9FormBaseResponseW9FormBaseResponse. entryStatus(EntryStatusResponse entryStatus)voidW9FormBaseResponse. setEntryStatus(EntryStatusResponse entryStatus)
-