| 程序包 | 说明 |
|---|---|
| com.lark.oapi.service.corehr.v1.model |
| 限定符和类型 | 方法和说明 |
|---|---|
BankAccount.Builder |
BankAccount.Builder.accountHolder(String accountHolder)
开户人姓名
示例值:孟十五
|
BankAccount.Builder |
BankAccount.Builder.bank(Enum bank)
银行枚举,常见的银行枚举如:bank-5(交通银行)、bank-6(中国银行)、bank-7(中国建设银行)、bank-8(中国农业银行)、bank-9(中国工商银行)、bank-10(中国邮政储蓄银行)、bank-11(中国光大银行)、bank-12(中国民生银行)、bank-13(招商银行)、bank-14(中信银行)、bank-15(华夏银行)
示例值:
|
BankAccount.Builder |
BankAccount.Builder.bankAccountNumber(String bankAccountNumber)
银行账号
示例值:6231200000001223
|
BankAccount.Builder |
BankAccount.Builder.bankAccountType(Enum bankAccountType)
银行卡类型,枚举值可通过文档[【飞书人事枚举常量】](https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/corehr-v1/feishu-people-enum-constant)银行卡类型(bank_account_type)枚举定义部分获得
示例值:
|
BankAccount.Builder |
BankAccount.Builder.bankAccountUsage(Enum[] bankAccountUsage)
银行卡用途,枚举值可通过文档[【飞书人事枚举常量】](https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/corehr-v1/feishu-people-enum-constant)银行卡用途(bank_account_usage)枚举定义部分获得
示例值:
|
BankAccount.Builder |
BankAccount.Builder.bankId(String bankId)
银行 ID
示例值:8
|
BankAccount.Builder |
BankAccount.Builder.bankIdentificationCode(String bankIdentificationCode)
银行识别码
示例值:1234
|
BankAccount.Builder |
BankAccount.Builder.bankIdV2(String bankIdV2)
银行 ID,详细信息可通过【查询银行信息】接口查询获得
示例值:MDBH00000001
|
BankAccount.Builder |
BankAccount.Builder.bankName(String bankName)
银行名称,如果已经填入银行枚举,该字段可为空。
|
BankAccount.Builder |
BankAccount.Builder.branchId(String branchId)
支行 ID
示例值:12
|
BankAccount.Builder |
BankAccount.Builder.branchIdV2(String branchIdV2)
支行 ID,详细信息可通过【查询支行信息】接口查询获得
示例值:MDBK00000017
|
BankAccount.Builder |
BankAccount.Builder.branchName(String branchName)
支行名称
示例值:中国农业银行支行
|
BankAccount.Builder |
BankAccount.Builder.countryRegionId(String countryRegionId)
国家/地区id,详细信息可通过【查询国家/地区信息】接口查询获得
示例值:12
|
BankAccount.Builder |
BankAccount.Builder.currencyId(String currencyId)
货币id
示例值:12QueryCountryRegionSubdivisionDataReq
|
BankAccount.Builder |
BankAccount.Builder.customFields(ObjectFieldData[] customFields)
自定义字段
示例值:
|
static BankAccount.Builder |
BankAccount.newBuilder() |
| 构造器和说明 |
|---|
BankAccount(BankAccount.Builder builder) |
Copyright © 2025. All rights reserved.