Class Int64TaxProfileObjectReferenceModel

java.lang.Object
net.avalara.avatax.rest.client.models.Int64TaxProfileObjectReferenceModel

public class Int64TaxProfileObjectReferenceModel extends Object
TaxProfile Service Object Reference Model
  • Constructor Details

    • Int64TaxProfileObjectReferenceModel

      public Int64TaxProfileObjectReferenceModel()
  • Method Details

    • getIdentifier

      public Long getIdentifier()
      Getter for identifier Identifier or Id of data
    • setIdentifier

      public void setIdentifier(Long value)
      Setter for identifier Identifier or Id of data
    • getDisplayName

      public String getDisplayName()
      Getter for displayName Display name
    • setDisplayName

      public void setDisplayName(String value)
      Setter for displayName Display name
    • getLocation

      public String getLocation()
      Getter for location Location
    • setLocation

      public void setLocation(String value)
      Setter for location Location
    • toString

      public String toString()
      Returns a JSON string representation of Int64TaxProfileObjectReferenceModel
      Overrides:
      toString in class Object