CardFundingFiltering constructor

const CardFundingFiltering({
  1. List<CardFundingType>? allowedCardFundingTypes,
})

Implementation

@JsonSerializable(explicitToJson: true)
const factory CardFundingFiltering({
  /// List of allowed card funding types. If not set, all types are accepted.
  List<CardFundingType>? allowedCardFundingTypes,
}) = _CardFundingFiltering;