blockedPaymentMethods property
- @BuiltValueField.new(wireName: r'blockedPaymentMethods')
List of payment methods to be hidden from the shopper. To refer to payment methods, use their payment method type. Example: \"blockedPaymentMethods\":[\"ideal\",\"applepay\"]
Implementation
@BuiltValueField(wireName: r'blockedPaymentMethods')
BuiltList<String>? get blockedPaymentMethods;