CardFundingFiltering constructor
const
CardFundingFiltering({
- 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;