{ "sections": [ "title", "description", "fields", "special_access_rules", "associated_objects", "field_reference" ], "title": "TaxGeoConfig - Data API", "description": "Represents a tax configuration associated with a GeoCountry. This object is available in API version 57.0 and later.", "fields_columns": [ "type", "properties", "description", "relationship_name", "relationship_type", "refers_to" ], "fields": { "GeoCountryId": { "type": "reference", "properties": "Create, Filter, Group, Sort", "description": "The GeoCountry associated with the TaxGeoConfig. This field is a relationship field.", "relationship_name": "GeoCountry", "relationship_type": "Lookup", "refers_to": "GeoCountry" }, "LastReferencedDate": { "type": "dateTime", "properties": "Filter, Nillable, Sort", "description": "The timestamp when the current user last accessed data in this record, a record related to this record, or a list view." }, "LastViewedDate": { "type": "dateTime", "properties": "Filter, Nillable, Sort", "description": "The timestamp when the current user last viewed this record or list view. If this value is null, it's possible the user accessed data in this record or list view but didn't view it directly." }, "Name": { "type": "string", "properties": "Autonumber, Defaulted on create, Filter, idLookup, Sort", "description": "The name of the TaxGeoConfig." }, "OwnerId": { "type": "reference", "properties": "Create, Defaulted on create, Filter, Group, Sort, Update", "description": "The owner of the TaxGeoConfig record. By default, the asset owner is the user who created the record. This field is a polymorphic relationship field.", "relationship_name": "Owner", "relationship_type": "Lookup", "refers_to": "Group, User" }, "RoundingStrategyType": { "type": "picklist", "properties": "Create, Defaulted on create, Filter, Group, Restricted picklist, Sort, Update", "description": "Specifies the tax rounding strategy associated with the TaxGeoConfig. Possible values are: Rounding Down Rounding Off Rounding Up The default value is Rounding Off." } }, "special_access_rules": "The TaxGeoConfig object is available if B2B Commerce or D2C Commerce is enabled.", "associated_objects": "This object has the following associated objects. If the API version isn’t specified, they’re available in the same API versions as this object. Otherwise, they’re available in the specified API version and later.\n\n- **TaxGeoConfigShare**: Sharing is available for the object.", "field_reference": { "CreatedById": { "field_label": "Created By ID", "type": "reference", "length": "18" }, "CreatedDate": { "field_label": "Created Date", "type": "datetime" }, "GeoCountryId": { "field_label": "Geo Country ID", "type": "reference", "length": "18" }, "Id": { "field_label": "Tax Geo Configuration ID", "type": "id", "length": "18" }, "IsDeleted": { "field_label": "Deleted", "type": "boolean" }, "LastModifiedById": { "field_label": "Last Modified By ID", "type": "reference", "length": "18" }, "LastModifiedDate": { "field_label": "Last Modified Date", "type": "datetime" }, "LastReferencedDate": { "field_label": "Last Referenced Date", "type": "datetime" }, "LastViewedDate": { "field_label": "Last Viewed Date", "type": "datetime" }, "Name": { "field_label": "Name", "type": "string", "length": "255" }, "OwnerId": { "field_label": "Owner ID", "type": "reference", "length": "18" }, "RoundingStrategyType": { "field_label": "Rounding Strategy Type", "type": "picklist", "length": "255" }, "SystemModstamp": { "field_label": "System Modstamp", "type": "datetime" } }, "field_reference_columns": [ "field_label", "type", "length" ] }