paymentConsentPeriodicIntervalToJson function

String? paymentConsentPeriodicIntervalToJson(
  1. PaymentConsentPeriodicInterval? paymentConsentPeriodicInterval
)

Implementation

String? paymentConsentPeriodicIntervalToJson(
    enums.PaymentConsentPeriodicInterval? paymentConsentPeriodicInterval) {
  return enums
      .$PaymentConsentPeriodicIntervalMap[paymentConsentPeriodicInterval];
}