additionalEnabledNetworks property

List<String>? additionalEnabledNetworks
inherited

The SDK accepts Amex, Mastercard, Visa, and Discover for Apple Pay by default. Set this property to enable other card networks, for example: "JCB", "barcode", "chinaUnionPay". A full list of possible networks can be found at https://developer.apple.com/documentation/passkit/pkpaymentnetwork.

Implementation

List<String>? get additionalEnabledNetworks =>
    throw _privateConstructorUsedError;