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 Summary
Modifier and TypeMethodDescriptionstring account_type = 4 [json_name = "accountType"];
com.google.protobuf.ByteString
string account_type = 4 [json_name = "accountType"];
string bank_name = 1 [json_name = "bankName"];
com.google.protobuf.ByteString
string bank_name = 1 [json_name = "bankName"];
string last_four_digits_account_number = 2 [json_name = "lastFourDigitsAccountNumber"];
com.google.protobuf.ByteString
string last_four_digits_account_number = 2 [json_name = "lastFourDigitsAccountNumber"];
string routing_number = 3 [json_name = "routingNumber"];
com.google.protobuf.ByteString
string routing_number = 3 [json_name = "routingNumber"];
this is only set if the account is not verifiedboolean
this is only set if the account is not verifiedMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
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.
-