PaymentMethodUSBankAccount$json top-level constant

  1. @Deprecated('Use paymentMethodUSBankAccountDescriptor instead')
Map<String, Object> const PaymentMethodUSBankAccount$json

Implementation

@$core.Deprecated('Use paymentMethodUSBankAccountDescriptor instead')
const PaymentMethodUSBankAccount$json = {
  '1': 'PaymentMethodUSBankAccount',
  '2': [
    {'1': 'bank_name', '3': 1, '4': 1, '5': 9, '10': 'bankName'},
    {'1': 'last_four_digits_account_number', '3': 2, '4': 1, '5': 9, '10': 'lastFourDigitsAccountNumber'},
    {'1': 'routing_number', '3': 3, '4': 1, '5': 9, '10': 'routingNumber'},
    {'1': 'account_type', '3': 4, '4': 1, '5': 9, '10': 'accountType'},
    {'1': 'verification_info', '3': 5, '4': 1, '5': 11, '6': '.viam.app.v1.VerificationInfo', '9': 0, '10': 'verificationInfo', '17': true},
  ],
  '8': [
    {'1': '_verification_info'},
  ],
};