Class UpdateCompanyLocationRemittanceModel

java.lang.Object
net.avalara.avatax.rest.client.models.UpdateCompanyLocationRemittanceModel

public class UpdateCompanyLocationRemittanceModel extends Object
Expire a location without restriction then update with new remittance and dates.
  • Constructor Details

    • UpdateCompanyLocationRemittanceModel

      public UpdateCompanyLocationRemittanceModel()
  • Method Details

    • 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 Date getEffectiveDate()
      Getter for effectiveDate The date when this location was opened for business.
    • setEffectiveDate

      public void setEffectiveDate(Date value)
      Setter for effectiveDate The date when this location was opened for business.
    • getEndDate

      public 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(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 String toString()
      Returns a JSON string representation of UpdateCompanyLocationRemittanceModel
      Overrides:
      toString in class Object