paymentMethods property

List<String>? paymentMethods
final

Allowed payment methods for this merchant. null (or missing on the wire) means no restriction. ["apple_pay"] restricts the SDK to Apple-Pay-only behavior. Other values are accepted for forward compatibility but trigger no current behavior change.

Implementation

final List<String>? paymentMethods;