365 lines
		
	
	
		
			14 KiB
		
	
	
	
		
			Dart
		
	
	
	
			
		
		
	
	
			365 lines
		
	
	
		
			14 KiB
		
	
	
	
		
			Dart
		
	
	
	
| // This is a generated file - do not edit.
 | |
| //
 | |
| // Generated from wallet.proto.
 | |
| 
 | |
| // @dart = 3.3
 | |
| 
 | |
| // ignore_for_file: annotate_overrides, camel_case_types, comment_references
 | |
| // ignore_for_file: constant_identifier_names
 | |
| // ignore_for_file: curly_braces_in_flow_control_structures
 | |
| // ignore_for_file: deprecated_member_use_from_same_package, library_prefixes
 | |
| // ignore_for_file: non_constant_identifier_names, unused_import
 | |
| 
 | |
| import 'dart:convert' as $convert;
 | |
| import 'dart:core' as $core;
 | |
| import 'dart:typed_data' as $typed_data;
 | |
| 
 | |
| @$core.Deprecated('Use getWalletRequestDescriptor instead')
 | |
| const GetWalletRequest$json = {
 | |
|   '1': 'GetWalletRequest',
 | |
|   '2': [
 | |
|     {'1': 'is_total_today_in', '3': 1, '4': 1, '5': 8, '10': 'isTotalTodayIn'},
 | |
|     {
 | |
|       '1': 'is_total_today_out',
 | |
|       '3': 2,
 | |
|       '4': 1,
 | |
|       '5': 8,
 | |
|       '10': 'isTotalTodayOut'
 | |
|     },
 | |
|     {'1': 'is_total_month_in', '3': 3, '4': 1, '5': 8, '10': 'isTotalMonthIn'},
 | |
|     {
 | |
|       '1': 'is_total_month_out',
 | |
|       '3': 4,
 | |
|       '4': 1,
 | |
|       '5': 8,
 | |
|       '10': 'isTotalMonthOut'
 | |
|     },
 | |
|     {'1': 'is_total_all_in', '3': 5, '4': 1, '5': 8, '10': 'isTotalAllIn'},
 | |
|     {'1': 'is_total_all_out', '3': 6, '4': 1, '5': 8, '10': 'isTotalAllOut'},
 | |
|   ],
 | |
| };
 | |
| 
 | |
| /// Descriptor for `GetWalletRequest`. Decode as a `google.protobuf.DescriptorProto`.
 | |
| final $typed_data.Uint8List getWalletRequestDescriptor = $convert.base64Decode(
 | |
|     'ChBHZXRXYWxsZXRSZXF1ZXN0EikKEWlzX3RvdGFsX3RvZGF5X2luGAEgASgIUg5pc1RvdGFsVG'
 | |
|     '9kYXlJbhIrChJpc190b3RhbF90b2RheV9vdXQYAiABKAhSD2lzVG90YWxUb2RheU91dBIpChFp'
 | |
|     'c190b3RhbF9tb250aF9pbhgDIAEoCFIOaXNUb3RhbE1vbnRoSW4SKwoSaXNfdG90YWxfbW9udG'
 | |
|     'hfb3V0GAQgASgIUg9pc1RvdGFsTW9udGhPdXQSJQoPaXNfdG90YWxfYWxsX2luGAUgASgIUgxp'
 | |
|     'c1RvdGFsQWxsSW4SJwoQaXNfdG90YWxfYWxsX291dBgGIAEoCFINaXNUb3RhbEFsbE91dA==');
 | |
| 
 | |
| @$core.Deprecated('Use getWalletReplyDescriptor instead')
 | |
| const GetWalletReply$json = {
 | |
|   '1': 'GetWalletReply',
 | |
|   '2': [
 | |
|     {
 | |
|       '1': 'passport_identity',
 | |
|       '3': 1,
 | |
|       '4': 1,
 | |
|       '5': 9,
 | |
|       '10': 'passportIdentity'
 | |
|     },
 | |
|     {'1': 'wallet_identity', '3': 2, '4': 1, '5': 9, '10': 'walletIdentity'},
 | |
|     {'1': 'balance', '3': 3, '4': 1, '5': 3, '10': 'balance'},
 | |
|     {
 | |
|       '1': 'withdrawal_balance',
 | |
|       '3': 4,
 | |
|       '4': 1,
 | |
|       '5': 3,
 | |
|       '10': 'withdrawalBalance'
 | |
|     },
 | |
|     {'1': 'status', '3': 5, '4': 1, '5': 5, '10': 'status'},
 | |
|     {'1': 'alipay_id', '3': 6, '4': 1, '5': 9, '10': 'alipayId'},
 | |
|     {'1': 'alipay_name', '3': 7, '4': 1, '5': 9, '10': 'alipayName'},
 | |
|     {'1': 'wxpay_id', '3': 8, '4': 1, '5': 9, '10': 'wxpayId'},
 | |
|     {'1': 'wxpay_name', '3': 9, '4': 1, '5': 9, '10': 'wxpayName'},
 | |
|     {
 | |
|       '1': 'total',
 | |
|       '3': 10,
 | |
|       '4': 3,
 | |
|       '5': 11,
 | |
|       '6': '.wallet.GetWalletReply.TotalEntry',
 | |
|       '10': 'total'
 | |
|     },
 | |
|     {'1': 'created', '3': 11, '4': 1, '5': 9, '10': 'created'},
 | |
|   ],
 | |
|   '3': [GetWalletReply_TotalEntry$json],
 | |
| };
 | |
| 
 | |
| @$core.Deprecated('Use getWalletReplyDescriptor instead')
 | |
| const GetWalletReply_TotalEntry$json = {
 | |
|   '1': 'TotalEntry',
 | |
|   '2': [
 | |
|     {'1': 'key', '3': 1, '4': 1, '5': 9, '10': 'key'},
 | |
|     {'1': 'value', '3': 2, '4': 1, '5': 3, '10': 'value'},
 | |
|   ],
 | |
|   '7': {'7': true},
 | |
| };
 | |
| 
 | |
| /// Descriptor for `GetWalletReply`. Decode as a `google.protobuf.DescriptorProto`.
 | |
| final $typed_data.Uint8List getWalletReplyDescriptor = $convert.base64Decode(
 | |
|     'Cg5HZXRXYWxsZXRSZXBseRIrChFwYXNzcG9ydF9pZGVudGl0eRgBIAEoCVIQcGFzc3BvcnRJZG'
 | |
|     'VudGl0eRInCg93YWxsZXRfaWRlbnRpdHkYAiABKAlSDndhbGxldElkZW50aXR5EhgKB2JhbGFu'
 | |
|     'Y2UYAyABKANSB2JhbGFuY2USLQoSd2l0aGRyYXdhbF9iYWxhbmNlGAQgASgDUhF3aXRoZHJhd2'
 | |
|     'FsQmFsYW5jZRIWCgZzdGF0dXMYBSABKAVSBnN0YXR1cxIbCglhbGlwYXlfaWQYBiABKAlSCGFs'
 | |
|     'aXBheUlkEh8KC2FsaXBheV9uYW1lGAcgASgJUgphbGlwYXlOYW1lEhkKCHd4cGF5X2lkGAggAS'
 | |
|     'gJUgd3eHBheUlkEh0KCnd4cGF5X25hbWUYCSABKAlSCXd4cGF5TmFtZRI3CgV0b3RhbBgKIAMo'
 | |
|     'CzIhLndhbGxldC5HZXRXYWxsZXRSZXBseS5Ub3RhbEVudHJ5UgV0b3RhbBIYCgdjcmVhdGVkGA'
 | |
|     'sgASgJUgdjcmVhdGVkGjgKClRvdGFsRW50cnkSEAoDa2V5GAEgASgJUgNrZXkSFAoFdmFsdWUY'
 | |
|     'AiABKANSBXZhbHVlOgI4AQ==');
 | |
| 
 | |
| @$core.Deprecated('Use transactionsRequestDescriptor instead')
 | |
| const TransactionsRequest$json = {
 | |
|   '1': 'TransactionsRequest',
 | |
|   '2': [
 | |
|     {'1': 'trans_type', '3': 1, '4': 1, '5': 3, '10': 'transType'},
 | |
|     {'1': 'trade_type', '3': 2, '4': 1, '5': 3, '10': 'tradeType'},
 | |
|     {'1': 'start', '3': 3, '4': 1, '5': 9, '10': 'start'},
 | |
|     {'1': 'end', '3': 4, '4': 1, '5': 9, '10': 'end'},
 | |
|     {'1': 'page', '3': 5, '4': 1, '5': 3, '10': 'page'},
 | |
|     {'1': 'page_size', '3': 6, '4': 1, '5': 3, '10': 'pageSize'},
 | |
|   ],
 | |
| };
 | |
| 
 | |
| /// Descriptor for `TransactionsRequest`. Decode as a `google.protobuf.DescriptorProto`.
 | |
| final $typed_data.Uint8List transactionsRequestDescriptor = $convert.base64Decode(
 | |
|     'ChNUcmFuc2FjdGlvbnNSZXF1ZXN0Eh0KCnRyYW5zX3R5cGUYASABKANSCXRyYW5zVHlwZRIdCg'
 | |
|     'p0cmFkZV90eXBlGAIgASgDUgl0cmFkZVR5cGUSFAoFc3RhcnQYAyABKAlSBXN0YXJ0EhAKA2Vu'
 | |
|     'ZBgEIAEoCVIDZW5kEhIKBHBhZ2UYBSABKANSBHBhZ2USGwoJcGFnZV9zaXplGAYgASgDUghwYW'
 | |
|     'dlU2l6ZQ==');
 | |
| 
 | |
| @$core.Deprecated('Use transactionsReplyDescriptor instead')
 | |
| const TransactionsReply$json = {
 | |
|   '1': 'TransactionsReply',
 | |
|   '2': [
 | |
|     {'1': 'total', '3': 1, '4': 1, '5': 3, '10': 'total'},
 | |
|     {
 | |
|       '1': 'records',
 | |
|       '3': 2,
 | |
|       '4': 3,
 | |
|       '5': 11,
 | |
|       '6': '.wallet.Transaction',
 | |
|       '10': 'records'
 | |
|     },
 | |
|   ],
 | |
| };
 | |
| 
 | |
| /// Descriptor for `TransactionsReply`. Decode as a `google.protobuf.DescriptorProto`.
 | |
| final $typed_data.Uint8List transactionsReplyDescriptor = $convert.base64Decode(
 | |
|     'ChFUcmFuc2FjdGlvbnNSZXBseRIUCgV0b3RhbBgBIAEoA1IFdG90YWwSLQoHcmVjb3JkcxgCIA'
 | |
|     'MoCzITLndhbGxldC5UcmFuc2FjdGlvblIHcmVjb3Jkcw==');
 | |
| 
 | |
| @$core.Deprecated('Use transactionDescriptor instead')
 | |
| const Transaction$json = {
 | |
|   '1': 'Transaction',
 | |
|   '2': [
 | |
|     {'1': 'trans_type', '3': 1, '4': 1, '5': 5, '10': 'transType'},
 | |
|     {'1': 'trade_type', '3': 2, '4': 1, '5': 5, '10': 'tradeType'},
 | |
|     {'1': 'in_trade_no', '3': 3, '4': 1, '5': 9, '10': 'inTradeNo'},
 | |
|     {'1': 'out_trade_no', '3': 4, '4': 1, '5': 9, '10': 'outTradeNo'},
 | |
|     {'1': 'money', '3': 5, '4': 1, '5': 3, '10': 'money'},
 | |
|     {'1': 'fee', '3': 6, '4': 1, '5': 3, '10': 'fee'},
 | |
|     {'1': 'pay_channel', '3': 7, '4': 1, '5': 5, '10': 'payChannel'},
 | |
|     {'1': 'pay_type', '3': 8, '4': 1, '5': 9, '10': 'payType'},
 | |
|     {'1': 'created', '3': 9, '4': 1, '5': 9, '10': 'created'},
 | |
|     {'1': 'remark', '3': 10, '4': 1, '5': 9, '10': 'remark'},
 | |
|   ],
 | |
| };
 | |
| 
 | |
| /// Descriptor for `Transaction`. Decode as a `google.protobuf.DescriptorProto`.
 | |
| final $typed_data.Uint8List transactionDescriptor = $convert.base64Decode(
 | |
|     'CgtUcmFuc2FjdGlvbhIdCgp0cmFuc190eXBlGAEgASgFUgl0cmFuc1R5cGUSHQoKdHJhZGVfdH'
 | |
|     'lwZRgCIAEoBVIJdHJhZGVUeXBlEh4KC2luX3RyYWRlX25vGAMgASgJUglpblRyYWRlTm8SIAoM'
 | |
|     'b3V0X3RyYWRlX25vGAQgASgJUgpvdXRUcmFkZU5vEhQKBW1vbmV5GAUgASgDUgVtb25leRIQCg'
 | |
|     'NmZWUYBiABKANSA2ZlZRIfCgtwYXlfY2hhbm5lbBgHIAEoBVIKcGF5Q2hhbm5lbBIZCghwYXlf'
 | |
|     'dHlwZRgIIAEoCVIHcGF5VHlwZRIYCgdjcmVhdGVkGAkgASgJUgdjcmVhdGVkEhYKBnJlbWFyax'
 | |
|     'gKIAEoCVIGcmVtYXJr');
 | |
| 
 | |
| @$core.Deprecated('Use setPayPasswordRequestDescriptor instead')
 | |
| const SetPayPasswordRequest$json = {
 | |
|   '1': 'SetPayPasswordRequest',
 | |
|   '2': [
 | |
|     {
 | |
|       '1': 'passport_identity',
 | |
|       '3': 1,
 | |
|       '4': 1,
 | |
|       '5': 9,
 | |
|       '10': 'passportIdentity'
 | |
|     },
 | |
|     {'1': 'password', '3': 2, '4': 1, '5': 9, '10': 'password'},
 | |
|   ],
 | |
| };
 | |
| 
 | |
| /// Descriptor for `SetPayPasswordRequest`. Decode as a `google.protobuf.DescriptorProto`.
 | |
| final $typed_data.Uint8List setPayPasswordRequestDescriptor = $convert.base64Decode(
 | |
|     'ChVTZXRQYXlQYXNzd29yZFJlcXVlc3QSKwoRcGFzc3BvcnRfaWRlbnRpdHkYASABKAlSEHBhc3'
 | |
|     'Nwb3J0SWRlbnRpdHkSGgoIcGFzc3dvcmQYAiABKAlSCHBhc3N3b3Jk');
 | |
| 
 | |
| @$core.Deprecated('Use bindPaymentIDRequestDescriptor instead')
 | |
| const BindPaymentIDRequest$json = {
 | |
|   '1': 'BindPaymentIDRequest',
 | |
|   '2': [
 | |
|     {'1': 'pay_type', '3': 1, '4': 1, '5': 5, '10': 'payType'},
 | |
|     {'1': 'auth_code', '3': 2, '4': 1, '5': 9, '10': 'authCode'},
 | |
|   ],
 | |
| };
 | |
| 
 | |
| /// Descriptor for `BindPaymentIDRequest`. Decode as a `google.protobuf.DescriptorProto`.
 | |
| final $typed_data.Uint8List bindPaymentIDRequestDescriptor = $convert.base64Decode(
 | |
|     'ChRCaW5kUGF5bWVudElEUmVxdWVzdBIZCghwYXlfdHlwZRgBIAEoBVIHcGF5VHlwZRIbCglhdX'
 | |
|     'RoX2NvZGUYAiABKAlSCGF1dGhDb2Rl');
 | |
| 
 | |
| @$core.Deprecated('Use refundRequestDescriptor instead')
 | |
| const RefundRequest$json = {
 | |
|   '1': 'RefundRequest',
 | |
|   '2': [
 | |
|     {
 | |
|       '1': 'user_identification',
 | |
|       '3': 1,
 | |
|       '4': 1,
 | |
|       '5': 9,
 | |
|       '10': 'userIdentification'
 | |
|     },
 | |
|     {'1': 'amount', '3': 2, '4': 1, '5': 3, '10': 'amount'},
 | |
|     {'1': 'fee', '3': 3, '4': 1, '5': 3, '10': 'fee'},
 | |
|     {'1': 'remark', '3': 4, '4': 1, '5': 9, '10': 'remark'},
 | |
|   ],
 | |
| };
 | |
| 
 | |
| /// Descriptor for `RefundRequest`. Decode as a `google.protobuf.DescriptorProto`.
 | |
| final $typed_data.Uint8List refundRequestDescriptor = $convert.base64Decode(
 | |
|     'Cg1SZWZ1bmRSZXF1ZXN0Ei8KE3VzZXJfaWRlbnRpZmljYXRpb24YASABKAlSEnVzZXJJZGVudG'
 | |
|     'lmaWNhdGlvbhIWCgZhbW91bnQYAiABKANSBmFtb3VudBIQCgNmZWUYAyABKANSA2ZlZRIWCgZy'
 | |
|     'ZW1hcmsYBCABKAlSBnJlbWFyaw==');
 | |
| 
 | |
| @$core.Deprecated('Use refundReplyDescriptor instead')
 | |
| const RefundReply$json = {
 | |
|   '1': 'RefundReply',
 | |
|   '2': [
 | |
|     {'1': 'balance', '3': 1, '4': 1, '5': 3, '10': 'balance'},
 | |
|     {
 | |
|       '1': 'transaction',
 | |
|       '3': 2,
 | |
|       '4': 1,
 | |
|       '5': 11,
 | |
|       '6': '.wallet.Transaction',
 | |
|       '10': 'transaction'
 | |
|     },
 | |
|   ],
 | |
| };
 | |
| 
 | |
| /// Descriptor for `RefundReply`. Decode as a `google.protobuf.DescriptorProto`.
 | |
| final $typed_data.Uint8List refundReplyDescriptor = $convert.base64Decode(
 | |
|     'CgtSZWZ1bmRSZXBseRIYCgdiYWxhbmNlGAEgASgDUgdiYWxhbmNlEjUKC3RyYW5zYWN0aW9uGA'
 | |
|     'IgASgLMhMud2FsbGV0LlRyYW5zYWN0aW9uUgt0cmFuc2FjdGlvbg==');
 | |
| 
 | |
| @$core.Deprecated('Use addBankCardRequestDescriptor instead')
 | |
| const AddBankCardRequest$json = {
 | |
|   '1': 'AddBankCardRequest',
 | |
|   '2': [
 | |
|     {'1': 'wallet_identity', '3': 1, '4': 1, '5': 9, '10': 'walletIdentity'},
 | |
|     {'1': 'card_no', '3': 2, '4': 1, '5': 9, '10': 'cardNo'},
 | |
|     {'1': 'card_owner', '3': 3, '4': 1, '5': 9, '10': 'cardOwner'},
 | |
|     {'1': 'id_card', '3': 4, '4': 1, '5': 9, '10': 'idCard'},
 | |
|     {'1': 'phone', '3': 5, '4': 1, '5': 9, '10': 'phone'},
 | |
|   ],
 | |
| };
 | |
| 
 | |
| /// Descriptor for `AddBankCardRequest`. Decode as a `google.protobuf.DescriptorProto`.
 | |
| final $typed_data.Uint8List addBankCardRequestDescriptor = $convert.base64Decode(
 | |
|     'ChJBZGRCYW5rQ2FyZFJlcXVlc3QSJwoPd2FsbGV0X2lkZW50aXR5GAEgASgJUg53YWxsZXRJZG'
 | |
|     'VudGl0eRIXCgdjYXJkX25vGAIgASgJUgZjYXJkTm8SHQoKY2FyZF9vd25lchgDIAEoCVIJY2Fy'
 | |
|     'ZE93bmVyEhcKB2lkX2NhcmQYBCABKAlSBmlkQ2FyZBIUCgVwaG9uZRgFIAEoCVIFcGhvbmU=');
 | |
| 
 | |
| @$core.Deprecated('Use financeEmptyDescriptor instead')
 | |
| const FinanceEmpty$json = {
 | |
|   '1': 'FinanceEmpty',
 | |
| };
 | |
| 
 | |
| /// Descriptor for `FinanceEmpty`. Decode as a `google.protobuf.DescriptorProto`.
 | |
| final $typed_data.Uint8List financeEmptyDescriptor =
 | |
|     $convert.base64Decode('CgxGaW5hbmNlRW1wdHk=');
 | |
| 
 | |
| @$core.Deprecated('Use rmBankCardRequestDescriptor instead')
 | |
| const RmBankCardRequest$json = {
 | |
|   '1': 'RmBankCardRequest',
 | |
|   '2': [
 | |
|     {'1': 'identity', '3': 2, '4': 1, '5': 9, '10': 'identity'},
 | |
|   ],
 | |
| };
 | |
| 
 | |
| /// Descriptor for `RmBankCardRequest`. Decode as a `google.protobuf.DescriptorProto`.
 | |
| final $typed_data.Uint8List rmBankCardRequestDescriptor = $convert.base64Decode(
 | |
|     'ChFSbUJhbmtDYXJkUmVxdWVzdBIaCghpZGVudGl0eRgCIAEoCVIIaWRlbnRpdHk=');
 | |
| 
 | |
| @$core.Deprecated('Use getBankCardReplyDescriptor instead')
 | |
| const GetBankCardReply$json = {
 | |
|   '1': 'GetBankCardReply',
 | |
|   '2': [
 | |
|     {
 | |
|       '1': 'data',
 | |
|       '3': 1,
 | |
|       '4': 3,
 | |
|       '5': 11,
 | |
|       '6': '.wallet.BankCardInfo',
 | |
|       '10': 'data'
 | |
|     },
 | |
|   ],
 | |
| };
 | |
| 
 | |
| /// Descriptor for `GetBankCardReply`. Decode as a `google.protobuf.DescriptorProto`.
 | |
| final $typed_data.Uint8List getBankCardReplyDescriptor = $convert.base64Decode(
 | |
|     'ChBHZXRCYW5rQ2FyZFJlcGx5EigKBGRhdGEYASADKAsyFC53YWxsZXQuQmFua0NhcmRJbmZvUg'
 | |
|     'RkYXRh');
 | |
| 
 | |
| @$core.Deprecated('Use bankCardInfoDescriptor instead')
 | |
| const BankCardInfo$json = {
 | |
|   '1': 'BankCardInfo',
 | |
|   '2': [
 | |
|     {'1': 'id', '3': 1, '4': 1, '5': 3, '10': 'id'},
 | |
|     {'1': 'bank_number', '3': 2, '4': 1, '5': 9, '10': 'bankNumber'},
 | |
|     {'1': 'bank_name', '3': 3, '4': 1, '5': 9, '10': 'bankName'},
 | |
|     {'1': 'card_owner', '3': 4, '4': 1, '5': 9, '10': 'cardOwner'},
 | |
|     {'1': 'id_card', '3': 5, '4': 1, '5': 9, '10': 'idCard'},
 | |
|     {'1': 'phone', '3': 6, '4': 1, '5': 9, '10': 'phone'},
 | |
|     {'1': 'bind_id', '3': 7, '4': 1, '5': 9, '10': 'bindId'},
 | |
|     {'1': 'bank_type', '3': 8, '4': 1, '5': 9, '10': 'bankType'},
 | |
|     {'1': 'bank', '3': 9, '4': 1, '5': 9, '10': 'bank'},
 | |
|     {'1': 'created', '3': 10, '4': 1, '5': 9, '10': 'created'},
 | |
|   ],
 | |
| };
 | |
| 
 | |
| /// Descriptor for `BankCardInfo`. Decode as a `google.protobuf.DescriptorProto`.
 | |
| final $typed_data.Uint8List bankCardInfoDescriptor = $convert.base64Decode(
 | |
|     'CgxCYW5rQ2FyZEluZm8SDgoCaWQYASABKANSAmlkEh8KC2JhbmtfbnVtYmVyGAIgASgJUgpiYW'
 | |
|     '5rTnVtYmVyEhsKCWJhbmtfbmFtZRgDIAEoCVIIYmFua05hbWUSHQoKY2FyZF9vd25lchgEIAEo'
 | |
|     'CVIJY2FyZE93bmVyEhcKB2lkX2NhcmQYBSABKAlSBmlkQ2FyZBIUCgVwaG9uZRgGIAEoCVIFcG'
 | |
|     'hvbmUSFwoHYmluZF9pZBgHIAEoCVIGYmluZElkEhsKCWJhbmtfdHlwZRgIIAEoCVIIYmFua1R5'
 | |
|     'cGUSEgoEYmFuaxgJIAEoCVIEYmFuaxIYCgdjcmVhdGVkGAogASgJUgdjcmVhdGVk');
 | |
| 
 | |
| @$core.Deprecated('Use applyCashRequestDescriptor instead')
 | |
| const ApplyCashRequest$json = {
 | |
|   '1': 'ApplyCashRequest',
 | |
|   '2': [
 | |
|     {'1': 'channel', '3': 1, '4': 1, '5': 5, '10': 'channel'},
 | |
|     {'1': 'amount', '3': 2, '4': 1, '5': 3, '10': 'amount'},
 | |
|     {'1': 'remark', '3': 3, '4': 1, '5': 9, '10': 'remark'},
 | |
|   ],
 | |
| };
 | |
| 
 | |
| /// Descriptor for `ApplyCashRequest`. Decode as a `google.protobuf.DescriptorProto`.
 | |
| final $typed_data.Uint8List applyCashRequestDescriptor = $convert.base64Decode(
 | |
|     'ChBBcHBseUNhc2hSZXF1ZXN0EhgKB2NoYW5uZWwYASABKAVSB2NoYW5uZWwSFgoGYW1vdW50GA'
 | |
|     'IgASgDUgZhbW91bnQSFgoGcmVtYXJrGAMgASgJUgZyZW1hcms=');
 | |
| 
 | |
| @$core.Deprecated('Use codeReplyDescriptor instead')
 | |
| const CodeReply$json = {
 | |
|   '1': 'CodeReply',
 | |
|   '2': [
 | |
|     {'1': 'code', '3': 1, '4': 1, '5': 5, '10': 'code'},
 | |
|   ],
 | |
| };
 | |
| 
 | |
| /// Descriptor for `CodeReply`. Decode as a `google.protobuf.DescriptorProto`.
 | |
| final $typed_data.Uint8List codeReplyDescriptor =
 | |
|     $convert.base64Decode('CglDb2RlUmVwbHkSEgoEY29kZRgBIAEoBVIEY29kZQ==');
 |