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