Class TransactionLineLocationTypeModel

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

public class TransactionLineLocationTypeModel extends Object
Represents information about location types stored in a line
  • Constructor Details

    • TransactionLineLocationTypeModel

      public TransactionLineLocationTypeModel()
  • Method Details

    • getDocumentLineLocationTypeId

      public Long getDocumentLineLocationTypeId()
      Getter for documentLineLocationTypeId The unique ID number of this line location address model
    • setDocumentLineLocationTypeId

      public void setDocumentLineLocationTypeId(Long value)
      Setter for documentLineLocationTypeId The unique ID number of this line location address model
    • getDocumentLineId

      public Long getDocumentLineId()
      Getter for documentLineId The unique ID number of the document line associated with this line location address model
    • setDocumentLineId

      public void setDocumentLineId(Long value)
      Setter for documentLineId The unique ID number of the document line associated with this line location address model
    • getDocumentAddressId

      public Long getDocumentAddressId()
      Getter for documentAddressId The address ID corresponding to this model
    • setDocumentAddressId

      public void setDocumentAddressId(Long value)
      Setter for documentAddressId The address ID corresponding to this model
    • getLocationTypeCode

      public String getLocationTypeCode()
      Getter for locationTypeCode The location type code corresponding to this model
    • setLocationTypeCode

      public void setLocationTypeCode(String value)
      Setter for locationTypeCode The location type code corresponding to this model
    • toString

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