类 ResidentTax.Builder
java.lang.Object
com.lark.oapi.service.corehr.v2.model.ResidentTax.Builder
- 封闭类:
ResidentTax
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明build()customFields(ObjectFieldData[] customFields) 自定义字段residentStatus(Enum residentStatus) -| 居民身份,枚举值 api_name 可通过【获取字段详情】接口查询,查询参数如下: - object_api_name = "resident_tax" - custom_api_name = "resident_status"taxCountryRegionId(String taxCountryRegionId) 国家/地区,可通过【查询国家/地区信息】 接口查询yearResidentTax(String yearResidentTax) 年度
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
yearResidentTax
年度示例值:2023
- 参数:
yearResidentTax-- 返回:
-
residentStatus
-| 居民身份,枚举值 api_name 可通过【获取字段详情】接口查询,查询参数如下: - object_api_name = "resident_tax" - custom_api_name = "resident_status"示例值:
- 参数:
residentStatus-- 返回:
-
taxCountryRegionId
国家/地区,可通过【查询国家/地区信息】 接口查询示例值:中国
- 参数:
taxCountryRegionId-- 返回:
-
customFields
自定义字段示例值:
- 参数:
customFields-- 返回:
-
build
-