PaymentDetails$json top-level constant

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

Implementation

@$core.Deprecated('Use paymentDetailsDescriptor instead')
const PaymentDetails$json = {
  '1': 'PaymentDetails',
  '2': [
    {'1': 'Id', '3': 1, '4': 1, '5': 11, '6': '.PaymentMethodId', '10': 'Id'},
    {'1': 'Contact', '3': 2, '4': 1, '5': 11, '6': '.Address', '10': 'Contact'},
    {
      '1': 'SourceAccountId',
      '3': 13,
      '4': 1,
      '5': 11,
      '6': '.AccountId',
      '10': 'SourceAccountId'
    },
    {
      '1': 'TargetAccountId',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.AccountId',
      '10': 'TargetAccountId'
    },
    {'1': 'BookOnCreate', '3': 4, '4': 1, '5': 8, '10': 'BookOnCreate'},
    {'1': 'Amount', '3': 5, '4': 1, '5': 11, '6': '.Credit', '10': 'Amount'},
    {
      '1': 'Details',
      '3': 6,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Any',
      '10': 'Details'
    },
    {
      '1': 'PaymentLink',
      '3': 7,
      '4': 1,
      '5': 11,
      '6': '.Link',
      '10': 'PaymentLink'
    },
    {
      '1': 'Reference',
      '3': 8,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.StringValue',
      '10': 'Reference'
    },
    {
      '1': 'PaymentOrderId',
      '3': 9,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.StringValue',
      '10': 'PaymentOrderId'
    },
    {
      '1': 'Terms',
      '3': 10,
      '4': 1,
      '5': 11,
      '6': '.PaymentTerms',
      '10': 'Terms'
    },
  ],
};