public class ProfileSettingBankAccount extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
ProfileSettingBankAccount.Builder |
| 构造器和说明 |
|---|
ProfileSettingBankAccount() |
ProfileSettingBankAccount(ProfileSettingBankAccount.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAccountHolder() |
String |
getBankAccountNumber() |
String |
getBankAccountType() |
String[] |
getBankAccountUsages() |
String |
getBankId() |
String |
getBankName() |
String |
getBranchId() |
String |
getBranchName() |
String |
getCountryRegion() |
String |
getPaymentAmount() |
String |
getPaymentRate() |
String |
getPaymentType() |
String |
getPriority() |
static ProfileSettingBankAccount.Builder |
newBuilder() |
void |
setAccountHolder(String accountHolder) |
void |
setBankAccountNumber(String bankAccountNumber) |
void |
setBankAccountType(String bankAccountType) |
void |
setBankAccountUsages(String[] bankAccountUsages) |
void |
setBankId(String bankId) |
void |
setBankName(String bankName) |
void |
setBranchId(String branchId) |
void |
setBranchName(String branchName) |
void |
setCountryRegion(String countryRegion) |
void |
setPaymentAmount(String paymentAmount) |
void |
setPaymentRate(String paymentRate) |
void |
setPaymentType(String paymentType) |
void |
setPriority(String priority) |
public ProfileSettingBankAccount()
public ProfileSettingBankAccount(ProfileSettingBankAccount.Builder builder)
public String getCountryRegion()
public void setCountryRegion(String countryRegion)
public String getBankName()
public void setBankName(String bankName)
public String getBranchName()
public void setBranchName(String branchName)
public String getAccountHolder()
public void setAccountHolder(String accountHolder)
public String getBankAccountNumber()
public void setBankAccountNumber(String bankAccountNumber)
public String[] getBankAccountUsages()
public void setBankAccountUsages(String[] bankAccountUsages)
public String getBankAccountType()
public void setBankAccountType(String bankAccountType)
public String getBankId()
public void setBankId(String bankId)
public String getBranchId()
public void setBranchId(String branchId)
public String getPaymentType()
public void setPaymentType(String paymentType)
public String getPaymentRate()
public void setPaymentRate(String paymentRate)
public String getPaymentAmount()
public void setPaymentAmount(String paymentAmount)
public String getPriority()
public void setPriority(String priority)
public static ProfileSettingBankAccount.Builder newBuilder()
Copyright © 2025. All rights reserved.