Class TransactionLocationTypeModel
java.lang.Object
net.avalara.avatax.rest.client.models.TransactionLocationTypeModel
Information about a location type
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for documentAddressId Address ID for the transactionGetter for documentId Transaction IDGetter for documentLocationTypeId Location type ID for this location type in transactionGetter for locationTypeCode Location type codevoidsetDocumentAddressId(Long value) Setter for documentAddressId Address ID for the transactionvoidsetDocumentId(Long value) Setter for documentId Transaction IDvoidsetDocumentLocationTypeId(Long value) Setter for documentLocationTypeId Location type ID for this location type in transactionvoidsetLocationTypeCode(String value) Setter for locationTypeCode Location type codetoString()Returns a JSON string representation of TransactionLocationTypeModel
-
Constructor Details
-
TransactionLocationTypeModel
public TransactionLocationTypeModel()
-
-
Method Details
-
getDocumentLocationTypeId
Getter for documentLocationTypeId Location type ID for this location type in transaction -
setDocumentLocationTypeId
Setter for documentLocationTypeId Location type ID for this location type in transaction -
getDocumentId
Getter for documentId Transaction ID -
setDocumentId
Setter for documentId Transaction ID -
getDocumentAddressId
Getter for documentAddressId Address ID for the transaction -
setDocumentAddressId
Setter for documentAddressId Address ID for the transaction -
getLocationTypeCode
Getter for locationTypeCode Location type code -
setLocationTypeCode
Setter for locationTypeCode Location type code -
toString
Returns a JSON string representation of TransactionLocationTypeModel
-