Package viam.app.v1

Interface Billing.PaymentMethodUSBankAccountOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
Billing.PaymentMethodUSBankAccount, Billing.PaymentMethodUSBankAccount.Builder
Enclosing class:
Billing

public static interface Billing.PaymentMethodUSBankAccountOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Details

    • getBankName

      String getBankName()
      string bank_name = 1 [json_name = "bankName"];
      Returns:
      The bankName.
    • getBankNameBytes

      com.google.protobuf.ByteString getBankNameBytes()
      string bank_name = 1 [json_name = "bankName"];
      Returns:
      The bytes for bankName.
    • getLastFourDigitsAccountNumber

      String getLastFourDigitsAccountNumber()
      string last_four_digits_account_number = 2 [json_name = "lastFourDigitsAccountNumber"];
      Returns:
      The lastFourDigitsAccountNumber.
    • getLastFourDigitsAccountNumberBytes

      com.google.protobuf.ByteString getLastFourDigitsAccountNumberBytes()
      string last_four_digits_account_number = 2 [json_name = "lastFourDigitsAccountNumber"];
      Returns:
      The bytes for lastFourDigitsAccountNumber.
    • getRoutingNumber

      String getRoutingNumber()
      string routing_number = 3 [json_name = "routingNumber"];
      Returns:
      The routingNumber.
    • getRoutingNumberBytes

      com.google.protobuf.ByteString getRoutingNumberBytes()
      string routing_number = 3 [json_name = "routingNumber"];
      Returns:
      The bytes for routingNumber.
    • getAccountType

      String getAccountType()
      string account_type = 4 [json_name = "accountType"];
      Returns:
      The accountType.
    • getAccountTypeBytes

      com.google.protobuf.ByteString getAccountTypeBytes()
      string account_type = 4 [json_name = "accountType"];
      Returns:
      The bytes for accountType.
    • hasVerificationInfo

      boolean hasVerificationInfo()
       this is only set if the account is not verified
       
      optional .viam.app.v1.VerificationInfo verification_info = 5 [json_name = "verificationInfo"];
      Returns:
      Whether the verificationInfo field is set.
    • getVerificationInfo

      Billing.VerificationInfo getVerificationInfo()
       this is only set if the account is not verified
       
      optional .viam.app.v1.VerificationInfo verification_info = 5 [json_name = "verificationInfo"];
      Returns:
      The verificationInfo.