Package com.ringcentral.definitions
Class TaxLocation
java.lang.Object
com.ringcentral.definitions.TaxLocation
-
Field Summary
FieldsModifier and TypeFieldDescriptionRequiredEffective 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)Unique identifier of a tax location in the partner's system Example: 4587834894962936Internal identifier of a tax location Required Format: int64 Example: 981086004Tax location name Required Example: Tax_LocationType of the location object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddress(PostalAddress address) effectiveDate(String effectiveDate) externalLocationId(String externalLocationId)
-
Field Details
-
id
Internal identifier of a tax location Required Format: int64 Example: 981086004 -
name
Tax location name Required Example: Tax_Location -
type
Type of the location object. Only 'TaxLocation' is currently supported for POST method Required Example: TaxLocation Enum: BillingAddress, TaxLocation, Site -
externalLocationId
Unique identifier of a tax location in the partner's system Example: 4587834894962936 -
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
Required
-
-
Constructor Details
-
TaxLocation
public TaxLocation()
-
-
Method Details
-
id
-
name
-
type
-
externalLocationId
-
effectiveDate
-
address
-