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