Class UpdateCompanyLocationRemittanceModel
- java.lang.Object
-
- net.avalara.avatax.rest.client.models.UpdateCompanyLocationRemittanceModel
-
public class UpdateCompanyLocationRemittanceModel extends java.lang.Object
Expire a location without restriction then update with new remittance and dates.
-
-
Constructor Summary
Constructors Constructor Description UpdateCompanyLocationRemittanceModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AddressCategoryId
getAddressCategoryId()
Getter for addressCategoryId Indicates whether this location is a physical place of business or a temporary salesperson location.java.util.Date
getEffectiveDate()
Getter for effectiveDate The date when this location was opened for business.java.util.Date
getEndDate()
Getter for endDate If this place of business has closed, the date when this location closed business.void
setAddressCategoryId(AddressCategoryId value)
Setter for addressCategoryId Indicates whether this location is a physical place of business or a temporary salesperson location.void
setEffectiveDate(java.util.Date value)
Setter for effectiveDate The date when this location was opened for business.void
setEndDate(java.util.Date value)
Setter for endDate If this place of business has closed, the date when this location closed business.java.lang.String
toString()
Returns a JSON string representation of UpdateCompanyLocationRemittanceModel
-
-
-
Method Detail
-
getAddressCategoryId
public AddressCategoryId getAddressCategoryId()
Getter for addressCategoryId Indicates whether this location is a physical place of business or a temporary salesperson location.
-
setAddressCategoryId
public void setAddressCategoryId(AddressCategoryId value)
Setter for addressCategoryId Indicates whether this location is a physical place of business or a temporary salesperson location.
-
getEffectiveDate
public java.util.Date getEffectiveDate()
Getter for effectiveDate The date when this location was opened for business.
-
setEffectiveDate
public void setEffectiveDate(java.util.Date value)
Setter for effectiveDate The date when this location was opened for business.
-
getEndDate
public java.util.Date 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
public void setEndDate(java.util.Date value)
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
public java.lang.String toString()
Returns a JSON string representation of UpdateCompanyLocationRemittanceModel- Overrides:
toString
in classjava.lang.Object
-
-