| 构造器和说明 |
|---|
Builder() |
public Dependent.Builder name(PersonName name)
示例值:
name - public Dependent.Builder relationship(Enum relationship)
示例值:
relationship - public Dependent.Builder gender(Enum gender)
示例值:
gender - public Dependent.Builder dateOfBirth(String dateOfBirth)
示例值:2020-01-01
dateOfBirth - public Dependent.Builder nationalityIdV2(String nationalityIdV2)
示例值:6862995745046267401
nationalityIdV2 - public Dependent.Builder nationalIdList(NationalId[] nationalIdList)
示例值:
nationalIdList - public Dependent.Builder spousesWorkingStatus(Enum spousesWorkingStatus)
示例值:
spousesWorkingStatus - public Dependent.Builder isThisPersonCoveredByHealthInsurance(Boolean isThisPersonCoveredByHealthInsurance)
示例值:true
isThisPersonCoveredByHealthInsurance - public Dependent.Builder isThisPersonAllowedForTaxDeduction(Boolean isThisPersonAllowedForTaxDeduction)
示例值:false
isThisPersonAllowedForTaxDeduction - public Dependent.Builder customFields(CustomFieldData[] customFields)
示例值:
customFields - public Dependent.Builder dependentName(String dependentName)
示例值:张三
dependentName - public Dependent.Builder employer(String employer)
示例值:海淀区交警大队
employer - public Dependent.Builder job(String job)
示例值:保安
job - public Dependent.Builder phone(Phone phone)
示例值:
phone - public Dependent.Builder address(Address address)
示例值:
address - public Dependent.Builder birthCertificateOfChild(File[] birthCertificateOfChild)
示例值:
birthCertificateOfChild - public Dependent build()
Copyright © 2024. All rights reserved.