类 ProfileSettingBankAccount

java.lang.Object
com.lark.oapi.service.corehr.v2.model.ProfileSettingBankAccount

public class ProfileSettingBankAccount extends Object
  • 构造器详细资料

    • ProfileSettingBankAccount

      public ProfileSettingBankAccount()
    • ProfileSettingBankAccount

      public ProfileSettingBankAccount(ProfileSettingBankAccount.Builder builder)
  • 方法详细资料

    • newBuilder

      public static ProfileSettingBankAccount.Builder newBuilder()
    • getCountryRegion

      public String getCountryRegion()
    • setCountryRegion

      public void setCountryRegion(String countryRegion)
    • getBankName

      public String getBankName()
    • setBankName

      public void setBankName(String bankName)
    • getBranchName

      public String getBranchName()
    • setBranchName

      public void setBranchName(String branchName)
    • getAccountHolder

      public String getAccountHolder()
    • setAccountHolder

      public void setAccountHolder(String accountHolder)
    • getBankAccountNumber

      public String getBankAccountNumber()
    • setBankAccountNumber

      public void setBankAccountNumber(String bankAccountNumber)
    • getBankAccountUsages

      public String[] getBankAccountUsages()
    • setBankAccountUsages

      public void setBankAccountUsages(String[] bankAccountUsages)
    • getBankAccountType

      public String getBankAccountType()
    • setBankAccountType

      public void setBankAccountType(String bankAccountType)
    • getBankId

      public String getBankId()
    • setBankId

      public void setBankId(String bankId)
    • getBranchId

      public String getBranchId()
    • setBranchId

      public void setBranchId(String branchId)