$FDXNotificationPayloadIdTypeMap top-level constant

Map<FDXNotificationPayloadIdType, String> const $FDXNotificationPayloadIdTypeMap

Implementation

const $FDXNotificationPayloadIdTypeMap = {
  FDXNotificationPayloadIdType.account: 'ACCOUNT',
  FDXNotificationPayloadIdType.customer: 'CUSTOMER',
  FDXNotificationPayloadIdType.party: 'PARTY',
  FDXNotificationPayloadIdType.maintenance: 'MAINTENANCE',
  FDXNotificationPayloadIdType.consent: 'CONSENT'
};