Package viam.app.v1
Class Billing.PaymentMethodUSBankAccount
java.lang.Object
com.google.protobuf.AbstractMessageLite<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite<Billing.PaymentMethodUSBankAccount,Billing.PaymentMethodUSBankAccount.Builder>
viam.app.v1.Billing.PaymentMethodUSBankAccount
- All Implemented Interfaces:
com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,Billing.PaymentMethodUSBankAccountOrBuilder
- Enclosing class:
- Billing
public static final class Billing.PaymentMethodUSBankAccount
extends com.google.protobuf.GeneratedMessageLite<Billing.PaymentMethodUSBankAccount,Billing.PaymentMethodUSBankAccount.Builder>
implements Billing.PaymentMethodUSBankAccountOrBuilder
Protobuf type
viam.app.v1.PaymentMethodUSBankAccount-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classProtobuf typeviam.app.v1.PaymentMethodUSBankAccountNested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageLite
com.google.protobuf.GeneratedMessageLite.DefaultInstanceBasedParser<T extends com.google.protobuf.GeneratedMessageLite<T,?>>, com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType, BuilderType>, BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType, BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType, BuilderType>, BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType, BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType, BuilderType>, BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType, BuilderType>>, com.google.protobuf.GeneratedMessageLite.GeneratedExtension<ContainingType extends com.google.protobuf.MessageLite, Type extends Object>, com.google.protobuf.GeneratedMessageLite.MethodToInvoke, com.google.protobuf.GeneratedMessageLite.SerializedForm Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessageLite.InternalOneOfEnum -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final intstatic final intFields inherited from class com.google.protobuf.GeneratedMessageLite
unknownFieldsFields inherited from class com.google.protobuf.AbstractMessageLite
memoizedHashCode -
Method Summary
Modifier and TypeMethodDescriptionprotected final ObjectdynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, Object arg0, Object arg1) string account_type = 4 [json_name = "accountType"];com.google.protobuf.ByteStringstring account_type = 4 [json_name = "accountType"];string bank_name = 1 [json_name = "bankName"];com.google.protobuf.ByteStringstring bank_name = 1 [json_name = "bankName"];string last_four_digits_account_number = 2 [json_name = "lastFourDigitsAccountNumber"];com.google.protobuf.ByteStringstring last_four_digits_account_number = 2 [json_name = "lastFourDigitsAccountNumber"];string routing_number = 3 [json_name = "routingNumber"];com.google.protobuf.ByteStringstring routing_number = 3 [json_name = "routingNumber"];this is only set if the account is not verifiedbooleanthis is only set if the account is not verifiednewBuilder(Billing.PaymentMethodUSBankAccount prototype) parseDelimitedFrom(InputStream input) parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) parseFrom(byte[] data) parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) parseFrom(com.google.protobuf.ByteString data) parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) parseFrom(com.google.protobuf.CodedInputStream input) parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) parseFrom(InputStream input) parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) parseFrom(ByteBuffer data) parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static com.google.protobuf.Parser<Billing.PaymentMethodUSBankAccount>parser()Methods inherited from class com.google.protobuf.GeneratedMessageLite
createBuilder, createBuilder, dynamicMethod, dynamicMethod, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, emptyProtobufList, equals, getDefaultInstanceForType, getParserForType, getSerializedSize, hashCode, isInitialized, isInitialized, makeImmutable, mergeLengthDelimitedField, mergeUnknownFields, mergeVarintField, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBuilderForType, newMessageInfo, newRepeatedGeneratedExtension, newSingularGeneratedExtension, parseDelimitedFrom, parseDelimitedFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parsePartialFrom, parseUnknownField, registerDefaultInstance, toBuilder, toString, writeToMethods inherited from class com.google.protobuf.AbstractMessageLite
addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Field Details
-
BANK_NAME_FIELD_NUMBER
public static final int BANK_NAME_FIELD_NUMBER- See Also:
-
LAST_FOUR_DIGITS_ACCOUNT_NUMBER_FIELD_NUMBER
public static final int LAST_FOUR_DIGITS_ACCOUNT_NUMBER_FIELD_NUMBER- See Also:
-
ROUTING_NUMBER_FIELD_NUMBER
public static final int ROUTING_NUMBER_FIELD_NUMBER- See Also:
-
ACCOUNT_TYPE_FIELD_NUMBER
public static final int ACCOUNT_TYPE_FIELD_NUMBER- See Also:
-
VERIFICATION_INFO_FIELD_NUMBER
public static final int VERIFICATION_INFO_FIELD_NUMBER- See Also:
-
-
Method Details
-
getBankName
string bank_name = 1 [json_name = "bankName"];- Specified by:
getBankNamein interfaceBilling.PaymentMethodUSBankAccountOrBuilder- Returns:
- The bankName.
-
getBankNameBytes
public com.google.protobuf.ByteString getBankNameBytes()string bank_name = 1 [json_name = "bankName"];- Specified by:
getBankNameBytesin interfaceBilling.PaymentMethodUSBankAccountOrBuilder- Returns:
- The bytes for bankName.
-
getLastFourDigitsAccountNumber
string last_four_digits_account_number = 2 [json_name = "lastFourDigitsAccountNumber"];- Specified by:
getLastFourDigitsAccountNumberin interfaceBilling.PaymentMethodUSBankAccountOrBuilder- Returns:
- The lastFourDigitsAccountNumber.
-
getLastFourDigitsAccountNumberBytes
public com.google.protobuf.ByteString getLastFourDigitsAccountNumberBytes()string last_four_digits_account_number = 2 [json_name = "lastFourDigitsAccountNumber"];- Specified by:
getLastFourDigitsAccountNumberBytesin interfaceBilling.PaymentMethodUSBankAccountOrBuilder- Returns:
- The bytes for lastFourDigitsAccountNumber.
-
getRoutingNumber
string routing_number = 3 [json_name = "routingNumber"];- Specified by:
getRoutingNumberin interfaceBilling.PaymentMethodUSBankAccountOrBuilder- Returns:
- The routingNumber.
-
getRoutingNumberBytes
public com.google.protobuf.ByteString getRoutingNumberBytes()string routing_number = 3 [json_name = "routingNumber"];- Specified by:
getRoutingNumberBytesin interfaceBilling.PaymentMethodUSBankAccountOrBuilder- Returns:
- The bytes for routingNumber.
-
getAccountType
string account_type = 4 [json_name = "accountType"];- Specified by:
getAccountTypein interfaceBilling.PaymentMethodUSBankAccountOrBuilder- Returns:
- The accountType.
-
getAccountTypeBytes
public com.google.protobuf.ByteString getAccountTypeBytes()string account_type = 4 [json_name = "accountType"];- Specified by:
getAccountTypeBytesin interfaceBilling.PaymentMethodUSBankAccountOrBuilder- Returns:
- The bytes for accountType.
-
hasVerificationInfo
public boolean hasVerificationInfo()this is only set if the account is not verified
optional .viam.app.v1.VerificationInfo verification_info = 5 [json_name = "verificationInfo"];- Specified by:
hasVerificationInfoin interfaceBilling.PaymentMethodUSBankAccountOrBuilder- Returns:
- Whether the verificationInfo field is set.
-
getVerificationInfo
this is only set if the account is not verified
optional .viam.app.v1.VerificationInfo verification_info = 5 [json_name = "verificationInfo"];- Specified by:
getVerificationInfoin interfaceBilling.PaymentMethodUSBankAccountOrBuilder- Returns:
- The verificationInfo.
-
parseFrom
public static Billing.PaymentMethodUSBankAccount parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Billing.PaymentMethodUSBankAccount parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Billing.PaymentMethodUSBankAccount parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Billing.PaymentMethodUSBankAccount parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Billing.PaymentMethodUSBankAccount parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Billing.PaymentMethodUSBankAccount parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
- Throws:
IOException
-
parseFrom
public static Billing.PaymentMethodUSBankAccount parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseDelimitedFrom
public static Billing.PaymentMethodUSBankAccount parseDelimitedFrom(InputStream input) throws IOException - Throws:
IOException
-
parseDelimitedFrom
public static Billing.PaymentMethodUSBankAccount parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseFrom
public static Billing.PaymentMethodUSBankAccount parseFrom(com.google.protobuf.CodedInputStream input) throws IOException - Throws:
IOException
-
parseFrom
public static Billing.PaymentMethodUSBankAccount parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
newBuilder
-
newBuilder
public static Billing.PaymentMethodUSBankAccount.Builder newBuilder(Billing.PaymentMethodUSBankAccount prototype) -
dynamicMethod
protected final Object dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, Object arg0, Object arg1) - Specified by:
dynamicMethodin classcom.google.protobuf.GeneratedMessageLite<Billing.PaymentMethodUSBankAccount,Billing.PaymentMethodUSBankAccount.Builder>
-
getDefaultInstance
-
parser
-