Class UpdateCompanyLocationRemittanceModel
java.lang.Object
net.avalara.avatax.rest.client.models.UpdateCompanyLocationRemittanceModel
Expire a location without restriction then update with new remittance and dates.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for addressCategoryId Indicates whether this location is a physical place of business or a temporary salesperson location.Getter for effectiveDate The date when this location was opened for business.Getter for endDate If this place of business has closed, the date when this location closed business.void
Setter for addressCategoryId Indicates whether this location is a physical place of business or a temporary salesperson location.void
setEffectiveDate
(Date value) Setter for effectiveDate The date when this location was opened for business.void
setEndDate
(Date value) Setter for endDate If this place of business has closed, the date when this location closed business.toString()
Returns a JSON string representation of UpdateCompanyLocationRemittanceModel
-
Constructor Details
-
UpdateCompanyLocationRemittanceModel
public UpdateCompanyLocationRemittanceModel()
-
-
Method Details
-
getAddressCategoryId
Getter for addressCategoryId Indicates whether this location is a physical place of business or a temporary salesperson location. -
setAddressCategoryId
Setter for addressCategoryId Indicates whether this location is a physical place of business or a temporary salesperson location. -
getEffectiveDate
Getter for effectiveDate The date when this location was opened for business. -
setEffectiveDate
Setter for effectiveDate The date when this location was opened for business. -
getEndDate
Getter for endDate If this place of business has closed, the date when this location closed business. If null it'll be set to the date of 9998-12-31. -
setEndDate
Setter for endDate If this place of business has closed, the date when this location closed business. If null it'll be set to the date of 9998-12-31. -
toString
Returns a JSON string representation of UpdateCompanyLocationRemittanceModel
-