$PaymentScheduleIntervalMap top-level constant

Map<PaymentScheduleInterval, String> const $PaymentScheduleIntervalMap

Implementation

const $PaymentScheduleIntervalMap = {
  PaymentScheduleInterval.weekly: 'WEEKLY',
  PaymentScheduleInterval.monthly: 'MONTHLY'
};