ExcludedPaymentMethods constructor

ExcludedPaymentMethods({
  1. String? id,
})

ExcludedPaymentMethods holds the excluded payment method id

Implementation

factory ExcludedPaymentMethods({
  String? id,
}) = _ExcludedPaymentMethods;