Kyc$json top-level constant

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

Implementation

@$core.Deprecated('Use kycDescriptor instead')
const Kyc$json = {
  '1': 'Kyc',
  '2': [
    {'1': 'business_info', '3': 1, '4': 1, '5': 9, '10': 'businessInfo'},
    {'1': 'address', '3': 2, '4': 1, '5': 9, '10': 'address'},
    {'1': 'phone_number', '3': 3, '4': 1, '5': 9, '10': 'phoneNumber'},
    {'1': 'license', '3': 4, '4': 1, '5': 9, '10': 'license'},
    {'1': 'kyc_id', '3': 5, '4': 1, '5': 9, '10': 'kycId'},
    {'1': 'kyc_url', '3': 6, '4': 1, '5': 9, '10': 'kycUrl'},
  ],
};