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