preferredNetworks property

  1. @JsonKey(toJson: _cardBrandListToJson)
List<CardBrand>? preferredNetworks
inherited

The list of preferred networks that should be used to process payments made with a co-branded card. This value will only be used if your user hasn't selected a network themselves.

Implementation

@JsonKey(toJson: _cardBrandListToJson)
List<CardBrand>? get preferredNetworks => throw _privateConstructorUsedError;