asString static method
- PaymentMethodType? paymentMethodType
Get the String representation of a PaymentMethodType.
Implementation
static String? asString(PaymentMethodType? paymentMethodType) =>
paymentMethodType?.toString();
Get the String representation of a PaymentMethodType.
static String? asString(PaymentMethodType? paymentMethodType) =>
paymentMethodType?.toString();