$PaymentConsentPeriodicIntervalMap top-level constant

Map<PaymentConsentPeriodicInterval, String> const $PaymentConsentPeriodicIntervalMap

Implementation

const $PaymentConsentPeriodicIntervalMap = {
  PaymentConsentPeriodicInterval.day: 'DAY',
  PaymentConsentPeriodicInterval.week: 'WEEK',
  PaymentConsentPeriodicInterval.month: 'MONTH',
  PaymentConsentPeriodicInterval.year: 'YEAR'
};