类的使用
com.lark.oapi.service.corehr.v2.model.BankAccount.Builder
使用BankAccount.Builder的程序包
-
com.lark.oapi.service.corehr.v2.model中BankAccount.Builder的使用
修饰符和类型方法说明BankAccount.Builder.accountHolder(String accountHolder) 开户人姓名BankAccount.Builder.bankAccountNumber(String bankAccountNumber) 银行账号BankAccount.Builder.bankAccountType(Enum bankAccountType) 银行卡类型,枚举值可通过文档【飞书人事枚举常量】银行卡类型(Bank Account Type)枚举定义部分获得BankAccount.Builder.bankAccountUsage(Enum[] bankAccountUsage) 银行卡用途,枚举值可通过文档【飞书人事枚举常量】银行卡用途(Bank Account Usage)枚举定义部分获得银行 ID,详细信息可通过【查询银行信息】接口查询获得银行名称BankAccount.Builder.branchIdV2(String branchIdV2) 支行 ID,要求必须为填入银行的支行,详细信息可通过【查询支行信息】接口查询获得BankAccount.Builder.branchName(String branchName) 支行名称BankAccount.Builder.countryRegionId(String countryRegionId) 国家/地区 ID,详细信息可通过【查询国家/地区信息】接口查询获得BankAccount.Builder.currencyId(String currencyId) 货币idBankAccount.Builder.customFields(CustomFieldData[] customFields) 自定义字段国际银行账号static BankAccount.BuilderBankAccount.newBuilder()