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 class
Protobuf typeviam.app.v1.PaymentMethodUSBankAccount
Nested 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 int
static final int
static final int
static final int
static final int
Fields inherited from class com.google.protobuf.GeneratedMessageLite
unknownFields
Fields inherited from class com.google.protobuf.AbstractMessageLite
memoizedHashCode
-
Method Summary
Modifier and TypeMethodDescriptionprotected final Object
dynamicMethod
(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, Object arg0, Object arg1) string 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 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, writeTo
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods 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:
getBankName
in interfaceBilling.PaymentMethodUSBankAccountOrBuilder
- Returns:
- The bankName.
-
getBankNameBytes
public com.google.protobuf.ByteString getBankNameBytes()string bank_name = 1 [json_name = "bankName"];
- Specified by:
getBankNameBytes
in interfaceBilling.PaymentMethodUSBankAccountOrBuilder
- Returns:
- The bytes for bankName.
-
getLastFourDigitsAccountNumber
string last_four_digits_account_number = 2 [json_name = "lastFourDigitsAccountNumber"];
- Specified by:
getLastFourDigitsAccountNumber
in interfaceBilling.PaymentMethodUSBankAccountOrBuilder
- Returns:
- The lastFourDigitsAccountNumber.
-
getLastFourDigitsAccountNumberBytes
public com.google.protobuf.ByteString getLastFourDigitsAccountNumberBytes()string last_four_digits_account_number = 2 [json_name = "lastFourDigitsAccountNumber"];
- Specified by:
getLastFourDigitsAccountNumberBytes
in interfaceBilling.PaymentMethodUSBankAccountOrBuilder
- Returns:
- The bytes for lastFourDigitsAccountNumber.
-
getRoutingNumber
string routing_number = 3 [json_name = "routingNumber"];
- Specified by:
getRoutingNumber
in interfaceBilling.PaymentMethodUSBankAccountOrBuilder
- Returns:
- The routingNumber.
-
getRoutingNumberBytes
public com.google.protobuf.ByteString getRoutingNumberBytes()string routing_number = 3 [json_name = "routingNumber"];
- Specified by:
getRoutingNumberBytes
in interfaceBilling.PaymentMethodUSBankAccountOrBuilder
- Returns:
- The bytes for routingNumber.
-
getAccountType
string account_type = 4 [json_name = "accountType"];
- Specified by:
getAccountType
in interfaceBilling.PaymentMethodUSBankAccountOrBuilder
- Returns:
- The accountType.
-
getAccountTypeBytes
public com.google.protobuf.ByteString getAccountTypeBytes()string account_type = 4 [json_name = "accountType"];
- Specified by:
getAccountTypeBytes
in 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:
hasVerificationInfo
in 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:
getVerificationInfo
in 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:
dynamicMethod
in classcom.google.protobuf.GeneratedMessageLite<Billing.PaymentMethodUSBankAccount,
Billing.PaymentMethodUSBankAccount.Builder>
-
getDefaultInstance
-
parser
-