Uses of Class
Avalara.SDK.model.A1099.V2.Attribute
-
Packages that use Attribute Package Description Avalara.SDK.model.A1099.V2 -
-
Uses of Attribute in Avalara.SDK.model.A1099.V2
Methods in Avalara.SDK.model.A1099.V2 that return Attribute Modifier and Type Method Description AttributeAttribute. createdInvalid(Integer createdInvalid)AttributeAttribute. createdNoEmail(Integer createdNoEmail)AttributeAttribute. createdValid(Integer createdValid)AttributeAttribute. dryRun(Boolean dryRun)AttributeAttribute. errorMessage(String errorMessage)static AttributeAttribute. fromJson(String jsonString)Create an instance of Attribute given an JSON stringAttributeData. getAttributes()Get attributesAttributeAttribute. notFound(Integer notFound)AttributeAttribute. skippedDuplicate(Integer skippedDuplicate)AttributeAttribute. skippedInvalid(Integer skippedInvalid)AttributeAttribute. skippedMultipleMatches(Integer skippedMultipleMatches)AttributeAttribute. status(Attribute.StatusEnum status)AttributeAttribute. totalProcessed(Integer totalProcessed)AttributeAttribute. totalRows(Integer totalRows)AttributeAttribute. updatedInvalid(Integer updatedInvalid)AttributeAttribute. updatedNoEmail(Integer updatedNoEmail)AttributeAttribute. updatedValid(Integer updatedValid)AttributeAttribute. upsert(Boolean upsert)Methods in Avalara.SDK.model.A1099.V2 with parameters of type Attribute Modifier and Type Method Description DataData. attributes(Attribute attributes)voidData. setAttributes(Attribute attributes)
-