paymentConsentPeriodicAlignmentToJson function
String?
paymentConsentPeriodicAlignmentToJson(
- PaymentConsentPeriodicAlignment? paymentConsentPeriodicAlignment
Implementation
String? paymentConsentPeriodicAlignmentToJson(
enums.PaymentConsentPeriodicAlignment? paymentConsentPeriodicAlignment) {
return enums
.$PaymentConsentPeriodicAlignmentMap[paymentConsentPeriodicAlignment];
}