public static class ProfileSettingBankAccount.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
public ProfileSettingBankAccount.Builder countryRegion(String countryRegion)
示例值:6862995757234914824
countryRegion - public ProfileSettingBankAccount.Builder bankName(String bankName)
示例值:中国农业银行
bankName - public ProfileSettingBankAccount.Builder branchName(String branchName)
示例值:中国农业银行支行
branchName - public ProfileSettingBankAccount.Builder accountHolder(String accountHolder)
示例值:孟十五
accountHolder - public ProfileSettingBankAccount.Builder bankAccountNumber(String bankAccountNumber)
示例值:6231200000001223
bankAccountNumber - public ProfileSettingBankAccount.Builder bankAccountUsages(String[] bankAccountUsages)
示例值:payment
bankAccountUsages - public ProfileSettingBankAccount.Builder bankAccountType(String bankAccountType)
示例值:savings
bankAccountType - public ProfileSettingBankAccount.Builder bankId(String bankId)
示例值:6862995757234914832
bankId - public ProfileSettingBankAccount.Builder branchId(String branchId)
示例值:6862995757234914833
branchId - public ProfileSettingBankAccount.Builder paymentType(String paymentType)
示例值:percent,balance,amount
paymentType - public ProfileSettingBankAccount.Builder paymentType(ProfileSettingBankAccountPaymentTypeEnum paymentType)
示例值:percent,balance,amount
paymentType - ProfileSettingBankAccountPaymentTypeEnumpublic ProfileSettingBankAccount.Builder paymentRate(String paymentRate)
示例值:80.28
paymentRate - public ProfileSettingBankAccount.Builder paymentAmount(String paymentAmount)
示例值:5000
paymentAmount - public ProfileSettingBankAccount.Builder priority(String priority)
示例值:1
priority - public ProfileSettingBankAccount build()
Copyright © 2025. All rights reserved.