Class TransactionLineLocationTypeModel
java.lang.Object
net.avalara.avatax.rest.client.models.TransactionLineLocationTypeModel
Represents information about location types stored in a line
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for documentAddressId The address ID corresponding to this modelGetter for documentLineId The unique ID number of the document line associated with this line location address modelGetter for documentLineLocationTypeId The unique ID number of this line location address modelGetter for locationTypeCode The location type code corresponding to this modelvoidsetDocumentAddressId(Long value) Setter for documentAddressId The address ID corresponding to this modelvoidsetDocumentLineId(Long value) Setter for documentLineId The unique ID number of the document line associated with this line location address modelvoidSetter for documentLineLocationTypeId The unique ID number of this line location address modelvoidsetLocationTypeCode(String value) Setter for locationTypeCode The location type code corresponding to this modeltoString()Returns a JSON string representation of TransactionLineLocationTypeModel
-
Constructor Details
-
TransactionLineLocationTypeModel
public TransactionLineLocationTypeModel()
-
-
Method Details
-
getDocumentLineLocationTypeId
Getter for documentLineLocationTypeId The unique ID number of this line location address model -
setDocumentLineLocationTypeId
Setter for documentLineLocationTypeId The unique ID number of this line location address model -
getDocumentLineId
Getter for documentLineId The unique ID number of the document line associated with this line location address model -
setDocumentLineId
Setter for documentLineId The unique ID number of the document line associated with this line location address model -
getDocumentAddressId
Getter for documentAddressId The address ID corresponding to this model -
setDocumentAddressId
Setter for documentAddressId The address ID corresponding to this model -
getLocationTypeCode
Getter for locationTypeCode The location type code corresponding to this model -
setLocationTypeCode
Setter for locationTypeCode The location type code corresponding to this model -
toString
Returns a JSON string representation of TransactionLineLocationTypeModel
-