类的使用
com.lark.oapi.service.corehr.v1.model.BankAccount.Builder
使用BankAccount.Builder的程序包
-
com.lark.oapi.service.corehr.v1.model中BankAccount.Builder的使用
修饰符和类型方法说明BankAccount.Builder.accountHolder(String accountHolder) 开户人姓名银行枚举,常见的银行枚举如:bank-5(交通银行)、bank-6(中国银行)、bank-7(中国建设银行)、bank-8(中国农业银行)、bank-9(中国工商银行)、bank-10(中国邮政储蓄银行)、bank-11(中国光大银行)、bank-12(中国民生银行)、bank-13(招商银行)、bank-14(中信银行)、bank-15(华夏银行)BankAccount.Builder.bankAccountNumber(String bankAccountNumber) 银行账号BankAccount.Builder.bankAccountType(Enum bankAccountType) 银行卡类型,枚举值可通过文档[【飞书人事枚举常量】](https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/corehr-v1/feishu-people-enum-constant)银行卡类型(bank_account_type)枚举定义部分获得BankAccount.Builder.bankAccountUsage(Enum[] bankAccountUsage) 银行卡用途,枚举值可通过文档[【飞书人事枚举常量】](https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/corehr-v1/feishu-people-enum-constant)银行卡用途(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(ObjectFieldData[] customFields) 自定义字段static BankAccount.BuilderBankAccount.newBuilder()