Specifies payment method and associated data
readonly
supportedMethods: string
readonly
optional
data: Record<string, unknown>
Specifies payment method and associated data
supportedMethods: string
data: Record<string, unknown>
import { type PaymentMethodData } from ".";