类 ProfileSettingResidentTax.Builder
java.lang.Object
com.lark.oapi.service.corehr.v2.model.ProfileSettingResidentTax.Builder
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明build()customFields(ProfileSettingCustomField[] customFields) 自定义字段residentStatus(String residentStatus) 居民身份,枚举值。taxCountryRegion(String taxCountryRegion) 国家 / 地区IDyearResidentTax(String yearResidentTax) 年度
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
yearResidentTax
年度示例值:2006-01-02
- 参数:
yearResidentTax-- 返回:
-
taxCountryRegion
国家 / 地区ID示例值:6862995757234914824
- 参数:
taxCountryRegion-- 返回:
-
residentStatus
居民身份,枚举值。 可选项可通过【获取字段详情】接口查询,查询参数如下: object_api_name = "resident_tax" custom_api_name = "resident_status"示例值:tax_residence
- 参数:
residentStatus-- 返回:
-
customFields
自定义字段示例值:
- 参数:
customFields-- 返回:
-
build
-