Class TaxLocation

java.lang.Object
com.ringcentral.definitions.TaxLocation

public class TaxLocation extends Object
  • Field Details

    • id

      public Long id
      Internal identifier of a tax location Required Format: int64 Example: 981086004
    • name

      public String name
      Tax location name Required Example: Tax_Location
    • type

      public String type
      Type of the location object. Only 'TaxLocation' is currently supported for POST method Required Example: TaxLocation Enum: BillingAddress, TaxLocation, Site
    • externalLocationId

      public String externalLocationId
      Unique identifier of a tax location in the partner's system Example: 4587834894962936
    • effectiveDate

      public String effectiveDate
      Effective date in the ISO 8601 (`YYYY-MM-DDThh:mm:ssTZD`) format, including date, time, and timezone Format: date-time Example: Sun Jun 05 2022 03:11:12 GMT-0700 (Pacific Daylight Time)
    • address

      public PostalAddress address
      Required
  • Constructor Details

    • TaxLocation

      public TaxLocation()
  • Method Details