Class CustomerAttributeModel
java.lang.Object
net.avalara.avatax.rest.client.models.CustomerAttributeModel
A Customer's linked attribute denoting what features applied to the customer. A customer can
be linked to multiple customer attributes and vice versa.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for description A full help text description of the attribute.getId()
Getter for id A unique ID number representing this attribute.Getter for isChangeable A flag denotes that this attribute can't be removed/added to a customer recordGetter for isNonDeliver A flag denotes that future exemption certificate request won't be mailed to the customerGetter for isSystemCode This value is true if this is a system-defined attribute.getName()
Getter for name A friendly readable name for this attribute.void
setDescription
(String value) Setter for description A full help text description of the attribute.void
Setter for id A unique ID number representing this attribute.void
setIsChangeable
(Boolean value) Setter for isChangeable A flag denotes that this attribute can't be removed/added to a customer recordvoid
setIsNonDeliver
(Boolean value) Setter for isNonDeliver A flag denotes that future exemption certificate request won't be mailed to the customervoid
setIsSystemCode
(Boolean value) Setter for isSystemCode This value is true if this is a system-defined attribute.void
Setter for name A friendly readable name for this attribute.toString()
Returns a JSON string representation of CustomerAttributeModel
-
Constructor Details
-
CustomerAttributeModel
public CustomerAttributeModel()
-
-
Method Details
-
getId
Getter for id A unique ID number representing this attribute. -
setId
Setter for id A unique ID number representing this attribute. -
getName
Getter for name A friendly readable name for this attribute. -
setName
Setter for name A friendly readable name for this attribute. -
getDescription
Getter for description A full help text description of the attribute. -
setDescription
Setter for description A full help text description of the attribute. -
getIsSystemCode
Getter for isSystemCode This value is true if this is a system-defined attribute. System-defined attributes cannot be modified or deleted on the CertCapture website. -
setIsSystemCode
Setter for isSystemCode This value is true if this is a system-defined attribute. System-defined attributes cannot be modified or deleted on the CertCapture website. -
getIsNonDeliver
Getter for isNonDeliver A flag denotes that future exemption certificate request won't be mailed to the customer -
setIsNonDeliver
Setter for isNonDeliver A flag denotes that future exemption certificate request won't be mailed to the customer -
getIsChangeable
Getter for isChangeable A flag denotes that this attribute can't be removed/added to a customer record -
setIsChangeable
Setter for isChangeable A flag denotes that this attribute can't be removed/added to a customer record -
toString
Returns a JSON string representation of CustomerAttributeModel
-