Uses of Class
Avalara.SDK.model.A1099.V2.Form1099NecListItem
-
Packages that use Form1099NecListItem Package Description Avalara.SDK.model.A1099.V2 -
-
Uses of Form1099NecListItem in Avalara.SDK.model.A1099.V2
Methods in Avalara.SDK.model.A1099.V2 that return Form1099NecListItem Modifier and Type Method Description Form1099NecListItemForm1099NecListItem. accountNumber(String accountNumber)Form1099NecListItemForm1099NecListItem. address(String address)Form1099NecListItemForm1099NecListItem. address2(String address2)Form1099NecListItemForm1099NecListItem. addressVerification(Boolean addressVerification)Form1099NecListItemForm1099NecListItem. city(String city)Form1099NecListItemForm1099NecListItem. countryCode(String countryCode)Form1099NecListItemForm1099NecListItem. directSalesIndicator(Boolean directSalesIndicator)Form1099NecListItemForm1099NecListItem. email(String email)Form1099NecListItemForm1099NecListItem. federalEFile(Boolean federalEFile)Form1099NecListItemForm1099NecListItem. federalIncomeTaxWithheld(Double federalIncomeTaxWithheld)static Form1099NecListItemForm1099NecListItem. fromJson(String jsonString)Create an instance of Form1099NecListItem given an JSON stringForm1099NecListItemForm1099NecListItem. issuerId(String issuerId)Form1099NecListItemForm1099NecListItem. issuerReferenceId(String issuerReferenceId)Form1099NecListItemForm1099NecListItem. issuerTin(String issuerTin)Form1099NecListItemForm1099NecListItem. nonemployeeCompensation(Double nonemployeeCompensation)Form1099NecListItemForm1099NecListItem. nonUsProvince(String nonUsProvince)Form1099NecListItemForm1099NecListItem. noTin(Boolean noTin)Form1099NecListItemForm1099NecListItem. officeCode(String officeCode)Form1099NecListItemForm1099NecListItem. postalMail(Boolean postalMail)Form1099NecListItemForm1099NecListItem. recipientName(String recipientName)Form1099NecListItemForm1099NecListItem. recipientSecondName(String recipientSecondName)Form1099NecListItemForm1099NecListItem. recipientTin(String recipientTin)Form1099NecListItemForm1099NecListItem. referenceId(String referenceId)Form1099NecListItemForm1099NecListItem. secondTinNotice(Boolean secondTinNotice)Form1099NecListItemForm1099NecListItem. state(String state)Form1099NecListItemForm1099NecListItem. stateAndLocalWithholding(StateAndLocalWithholdingRequest stateAndLocalWithholding)Form1099NecListItemForm1099NecListItem. stateEFile(Boolean stateEFile)Form1099NecListItemForm1099NecListItem. taxYear(Integer taxYear)Form1099NecListItemForm1099NecListItem. tinMatch(Boolean tinMatch)Form1099NecListItemForm1099NecListItem. tinType(Form1099NecListItem.TinTypeEnum tinType)Form1099NecListItemForm1099NecListItem. zip(String zip)Methods in Avalara.SDK.model.A1099.V2 that return types with arguments of type Form1099NecListItem Modifier and Type Method Description List<Form1099NecListItem>Form1099NecList. getForms()Get formsMethods in Avalara.SDK.model.A1099.V2 with parameters of type Form1099NecListItem Modifier and Type Method Description Form1099NecListForm1099NecList. addFormsItem(Form1099NecListItem formsItem)Method parameters in Avalara.SDK.model.A1099.V2 with type arguments of type Form1099NecListItem Modifier and Type Method Description Form1099NecListForm1099NecList. forms(List<Form1099NecListItem> forms)voidForm1099NecList. setForms(List<Form1099NecListItem> forms)
-