Class TransactionLocationTypeModel

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

public class TransactionLocationTypeModel
extends java.lang.Object
Information about a location type
  • Constructor Summary

    Constructors 
    Constructor Description
    TransactionLocationTypeModel()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.Long getDocumentAddressId()
    Getter for documentAddressId Address ID for the transaction
    java.lang.Long getDocumentId()
    Getter for documentId Transaction ID
    java.lang.Long getDocumentLocationTypeId()
    Getter for documentLocationTypeId Location type ID for this location type in transaction
    java.lang.String getLocationTypeCode()
    Getter for locationTypeCode Location type code
    void setDocumentAddressId​(java.lang.Long value)
    Setter for documentAddressId Address ID for the transaction
    void setDocumentId​(java.lang.Long value)
    Setter for documentId Transaction ID
    void setDocumentLocationTypeId​(java.lang.Long value)
    Setter for documentLocationTypeId Location type ID for this location type in transaction
    void setLocationTypeCode​(java.lang.String value)
    Setter for locationTypeCode Location type code
    java.lang.String toString()
    Returns a JSON string representation of TransactionLocationTypeModel

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

  • Method Details

    • getDocumentLocationTypeId

      public java.lang.Long getDocumentLocationTypeId()
      Getter for documentLocationTypeId Location type ID for this location type in transaction
    • setDocumentLocationTypeId

      public void setDocumentLocationTypeId​(java.lang.Long value)
      Setter for documentLocationTypeId Location type ID for this location type in transaction
    • getDocumentId

      public java.lang.Long getDocumentId()
      Getter for documentId Transaction ID
    • setDocumentId

      public void setDocumentId​(java.lang.Long value)
      Setter for documentId Transaction ID
    • getDocumentAddressId

      public java.lang.Long getDocumentAddressId()
      Getter for documentAddressId Address ID for the transaction
    • setDocumentAddressId

      public void setDocumentAddressId​(java.lang.Long value)
      Setter for documentAddressId Address ID for the transaction
    • getLocationTypeCode

      public java.lang.String getLocationTypeCode()
      Getter for locationTypeCode Location type code
    • setLocationTypeCode

      public void setLocationTypeCode​(java.lang.String value)
      Setter for locationTypeCode Location type code
    • toString

      public java.lang.String toString()
      Returns a JSON string representation of TransactionLocationTypeModel
      Overrides:
      toString in class java.lang.Object