$PaymentInitiationConsentScopeMap top-level constant

Map<PaymentInitiationConsentScope, String> const $PaymentInitiationConsentScopeMap

Implementation

const $PaymentInitiationConsentScopeMap = {
  PaymentInitiationConsentScope.meToMe: 'ME_TO_ME',
  PaymentInitiationConsentScope.$external: 'EXTERNAL'
};