blockedPaymentMethods property

  1. @BuiltValueField.new(wireName: r'blockedPaymentMethods')
BuiltList<String>? get 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;