filterPaymentMethods property

(List<PaymentMethod> Function(List<PaymentMethod> methods)?) filterPaymentMethods
final

Filter payment methods after fetching it

Implementation

final List<PaymentMethod> Function(List<PaymentMethod> methods)?
    filterPaymentMethods;