Class TransactionLocationTypeModel

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

public class TransactionLocationTypeModel extends Object
Information about a location type
  • Constructor Details

    • TransactionLocationTypeModel

      public TransactionLocationTypeModel()
  • Method Details

    • getDocumentLocationTypeId

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

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

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

      public void setDocumentId(Long value)
      Setter for documentId Transaction ID
    • getDocumentAddressId

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

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

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

      public void setLocationTypeCode(String value)
      Setter for locationTypeCode Location type code
    • toString

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