Class Int64TaxProfileObjectReferenceModel
java.lang.Object
net.avalara.avatax.rest.client.models.Int64TaxProfileObjectReferenceModel
TaxProfile Service Object Reference Model
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for displayName Display nameGetter for identifier Identifier or Id of dataGetter for location Locationvoid
setDisplayName
(String value) Setter for displayName Display namevoid
setIdentifier
(Long value) Setter for identifier Identifier or Id of datavoid
setLocation
(String value) Setter for location LocationtoString()
Returns a JSON string representation of Int64TaxProfileObjectReferenceModel
-
Constructor Details
-
Int64TaxProfileObjectReferenceModel
public Int64TaxProfileObjectReferenceModel()
-
-
Method Details
-
getIdentifier
Getter for identifier Identifier or Id of data -
setIdentifier
Setter for identifier Identifier or Id of data -
getDisplayName
Getter for displayName Display name -
setDisplayName
Setter for displayName Display name -
getLocation
Getter for location Location -
setLocation
Setter for location Location -
toString
Returns a JSON string representation of Int64TaxProfileObjectReferenceModel
-