Class CertificateAttributeModel
java.lang.Object
net.avalara.avatax.rest.client.models.CertificateAttributeModel
A certificate attribute can be thought of as a feature or flag that is applied to a certificate.
A single certificate can be linked to zero, one, or many certificate attributes. The full list of
attributes can be obtained by calling the `ListCertificateAttributes` API.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for description A full help text description of the certificate attribute.getId()
Getter for id A unique ID number representing this certificate attribute.Getter for isSystemCode This value is true if this is a system-defined certificate attribute.getName()
Getter for name A friendly readable name for this certificate attribute.void
setDescription
(String value) Setter for description A full help text description of the certificate attribute.void
Setter for id A unique ID number representing this certificate attribute.void
setIsSystemCode
(Boolean value) Setter for isSystemCode This value is true if this is a system-defined certificate attribute.void
Setter for name A friendly readable name for this certificate attribute.toString()
Returns a JSON string representation of CertificateAttributeModel
-
Constructor Details
-
CertificateAttributeModel
public CertificateAttributeModel()
-
-
Method Details
-
getId
Getter for id A unique ID number representing this certificate attribute. -
setId
Setter for id A unique ID number representing this certificate attribute. -
getName
Getter for name A friendly readable name for this certificate attribute. -
setName
Setter for name A friendly readable name for this certificate attribute. -
getDescription
Getter for description A full help text description of the certificate attribute. -
setDescription
Setter for description A full help text description of the certificate attribute. -
getIsSystemCode
Getter for isSystemCode This value is true if this is a system-defined certificate 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 certificate attribute. System-defined attributes cannot be modified or deleted on the CertCapture website. -
toString
Returns a JSON string representation of CertificateAttributeModel
-