Class UpdateCompanyLocationRemittanceModel
- java.lang.Object
-
- net.avalara.avatax.rest.client.models.UpdateCompanyLocationRemittanceModel
-
public class UpdateCompanyLocationRemittanceModel extends java.lang.ObjectExpire 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 AddressCategoryIdgetAddressCategoryId()Getter for addressCategoryId Indicates whether this location is a physical place of business or a temporary salesperson location.java.util.DategetEffectiveDate()Getter for effectiveDate The date when this location was opened for business.java.util.DategetEndDate()Getter for endDate If this place of business has closed, the date when this location closed business.voidsetAddressCategoryId(AddressCategoryId value)Setter for addressCategoryId Indicates whether this location is a physical place of business or a temporary salesperson location.voidsetEffectiveDate(java.util.Date value)Setter for effectiveDate The date when this location was opened for business.voidsetEndDate(java.util.Date value)Setter for endDate If this place of business has closed, the date when this location closed business.java.lang.StringtoString()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:
toStringin classjava.lang.Object
-
-