PaymentFormTypeExtensions extension
Methods
-
map<
TResult extends Object?> ({required TResult regular(PaymentFormTypeRegular value), required TResult starSubscription(PaymentFormTypeStarSubscription value), required TResult stars(PaymentFormTypeStars value)}) → TResult -
Available on PaymentFormType, provided by the PaymentFormTypeExtensions extension
-
maybeMap<
TResult extends Object?> ({TResult regular(PaymentFormTypeRegular value)?, TResult starSubscription(PaymentFormTypeStarSubscription value)?, TResult stars(PaymentFormTypeStars value)?, required TResult orElse()}) → TResult -
Available on PaymentFormType, provided by the PaymentFormTypeExtensions extension