Class ParameterUsageModel
java.lang.Object
net.avalara.avatax.rest.client.models.ParameterUsageModel
usage of system defined parameters.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for attributeSubType The sub-type of parameter as determined by its application.Getter for attributeType The type of parameter as determined by its application, e.g.Getter for country The country for the parameter usage item.Getter for dataType The data type of the property.Getter for helpText Help text to be shown to the user when they are filling out this parameter.Getter for helpUrl A help url that provides more information about the parametergetId()Getter for id The unique ID number of this property.getLabel()Getter for label Label that helps the user to identify a parameterGetter for measurementType The unit of measurement type of the parametergetName()Getter for name The name of the property.Getter for parameterId The id of the parameter.Getter for productCode Product code for the parameter usage item.Getter for region The state for the parameter usage item.Getter for systemId System Id for the parameter usage itemGetter for taxTypeId tax type for the parameter usage item.Getter for valueDescriptions If the parameter is of enumeration data type, then this list will be populated with description for each enum value.Getter for values If the parameter is of enumeration data type, then this list will be populated with all of the possible enumeration values.voidsetAttributeSubType(String value) Setter for attributeSubType The sub-type of parameter as determined by its application.voidsetAttributeType(String value) Setter for attributeType The type of parameter as determined by its application, e.g.voidsetCountry(String value) Setter for country The country for the parameter usage item.voidsetDataType(String value) Setter for dataType The data type of the property.voidsetHelpText(String value) Setter for helpText Help text to be shown to the user when they are filling out this parameter.voidsetHelpUrl(String value) Setter for helpUrl A help url that provides more information about the parametervoidSetter for id The unique ID number of this property.voidSetter for label Label that helps the user to identify a parametervoidsetMeasurementType(String value) Setter for measurementType The unit of measurement type of the parametervoidSetter for name The name of the property.voidsetParameterId(Long value) Setter for parameterId The id of the parameter.voidsetProductCode(String value) Setter for productCode Product code for the parameter usage item.voidSetter for region The state for the parameter usage item.voidsetSystemId(Integer value) Setter for systemId System Id for the parameter usage itemvoidsetTaxTypeId(String value) Setter for taxTypeId tax type for the parameter usage item.voidsetValueDescriptions(ArrayList<String> value) Setter for valueDescriptions If the parameter is of enumeration data type, then this list will be populated with description for each enum value.voidSetter for values If the parameter is of enumeration data type, then this list will be populated with all of the possible enumeration values.toString()Returns a JSON string representation of ParameterUsageModel
-
Constructor Details
-
ParameterUsageModel
public ParameterUsageModel()
-
-
Method Details
-
getId
Getter for id The unique ID number of this property. -
setId
Setter for id The unique ID number of this property. -
getParameterId
Getter for parameterId The id of the parameter. -
setParameterId
Setter for parameterId The id of the parameter. -
getProductCode
Getter for productCode Product code for the parameter usage item. -
setProductCode
Setter for productCode Product code for the parameter usage item. -
getCountry
Getter for country The country for the parameter usage item. -
setCountry
Setter for country The country for the parameter usage item. -
getRegion
Getter for region The state for the parameter usage item. -
setRegion
Setter for region The state for the parameter usage item. -
getSystemId
Getter for systemId System Id for the parameter usage item -
setSystemId
Setter for systemId System Id for the parameter usage item -
getTaxTypeId
Getter for taxTypeId tax type for the parameter usage item. -
setTaxTypeId
Setter for taxTypeId tax type for the parameter usage item. -
getAttributeType
Getter for attributeType The type of parameter as determined by its application, e.g. Product, Transaction, Calculated -
setAttributeType
Setter for attributeType The type of parameter as determined by its application, e.g. Product, Transaction, Calculated -
getAttributeSubType
Getter for attributeSubType The sub-type of parameter as determined by its application. -
setAttributeSubType
Setter for attributeSubType The sub-type of parameter as determined by its application. -
getName
Getter for name The name of the property. To use this property, add a field on the `parameters` object of a [CreateTransaction](https://developer.avalara.com/api-reference/avatax/rest/v2/methods/Transactions/CreateTransaction/) call. -
setName
Setter for name The name of the property. To use this property, add a field on the `parameters` object of a [CreateTransaction](https://developer.avalara.com/api-reference/avatax/rest/v2/methods/Transactions/CreateTransaction/) call. -
getDataType
Getter for dataType The data type of the property. -
setDataType
Setter for dataType The data type of the property. -
getHelpText
Getter for helpText Help text to be shown to the user when they are filling out this parameter. Help text may include HTML links to additional content with more information about a parameter. -
setHelpText
Setter for helpText Help text to be shown to the user when they are filling out this parameter. Help text may include HTML links to additional content with more information about a parameter. -
getLabel
Getter for label Label that helps the user to identify a parameter -
setLabel
Setter for label Label that helps the user to identify a parameter -
getHelpUrl
Getter for helpUrl A help url that provides more information about the parameter -
setHelpUrl
Setter for helpUrl A help url that provides more information about the parameter -
getValues
Getter for values If the parameter is of enumeration data type, then this list will be populated with all of the possible enumeration values. -
setValues
Setter for values If the parameter is of enumeration data type, then this list will be populated with all of the possible enumeration values. -
getValueDescriptions
Getter for valueDescriptions If the parameter is of enumeration data type, then this list will be populated with description for each enum value. -
setValueDescriptions
Setter for valueDescriptions If the parameter is of enumeration data type, then this list will be populated with description for each enum value. -
getMeasurementType
Getter for measurementType The unit of measurement type of the parameter -
setMeasurementType
Setter for measurementType The unit of measurement type of the parameter -
toString
Returns a JSON string representation of ParameterUsageModel
-