allowedPaymentMethods property

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