public static class ResidentTaxForUpdate.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
ResidentTaxForUpdate |
build() |
ResidentTaxForUpdate.Builder |
customFields(ObjectFieldData[] customFields)
自定义字段
示例值:
|
ResidentTaxForUpdate.Builder |
residentStatus(String residentStatus)
居民身份,枚举值可查询[获取字段详情](https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/corehr-v1/custom_field/get_by_param)接口获取,按如下参数查询即可:
;- object_api_name = resident_tax;- custom_api_name = resident_status
示例值:
|
ResidentTaxForUpdate.Builder |
residentStatusSpecification(String residentStatusSpecification)
示例值:文本内容,对纳税身份的补充说明信息
|
ResidentTaxForUpdate.Builder |
taxAddress(AddressForUpdate taxAddress)
纳税地址
示例值:
|
ResidentTaxForUpdate.Builder |
taxCountryRegion(String taxCountryRegion)
国家 /
地区ID,可以通过接口[查询国家/地区信息](https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/corehr-v2/basic_info-country_region/search)获得
示例值:
|
ResidentTaxForUpdate.Builder |
yearResidentTax(String yearResidentTax)
示例值:
|
public ResidentTaxForUpdate.Builder taxCountryRegion(String taxCountryRegion)
示例值:
taxCountryRegion - public ResidentTaxForUpdate.Builder residentStatus(String residentStatus)
示例值:
residentStatus - public ResidentTaxForUpdate.Builder taxAddress(AddressForUpdate taxAddress)
示例值:
taxAddress - public ResidentTaxForUpdate.Builder residentStatusSpecification(String residentStatusSpecification)
residentStatusSpecification - public ResidentTaxForUpdate.Builder yearResidentTax(String yearResidentTax)
yearResidentTax - public ResidentTaxForUpdate.Builder customFields(ObjectFieldData[] customFields)
示例值:
customFields - public ResidentTaxForUpdate build()
Copyright © 2026. All rights reserved.