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.LonggetDocumentAddressId()Getter for documentAddressId Address ID for the transactionjava.lang.LonggetDocumentId()Getter for documentId Transaction IDjava.lang.LonggetDocumentLocationTypeId()Getter for documentLocationTypeId Location type ID for this location type in transactionjava.lang.StringgetLocationTypeCode()Getter for locationTypeCode Location type codevoidsetDocumentAddressId(java.lang.Long value)Setter for documentAddressId Address ID for the transactionvoidsetDocumentId(java.lang.Long value)Setter for documentId Transaction IDvoidsetDocumentLocationTypeId(java.lang.Long value)Setter for documentLocationTypeId Location type ID for this location type in transactionvoidsetLocationTypeCode(java.lang.String value)Setter for locationTypeCode Location type codejava.lang.StringtoString()Returns a JSON string representation of TransactionLocationTypeModel
-
Constructor Details
-
TransactionLocationTypeModel
public TransactionLocationTypeModel()
-
-
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:
toStringin classjava.lang.Object
-