paymentConsentPeriodicAlignmentToJson function

String? paymentConsentPeriodicAlignmentToJson(
  1. PaymentConsentPeriodicAlignment? paymentConsentPeriodicAlignment
)

Implementation

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