Interface PaymentMethodData

    interface PaymentMethodData {
        data?: any;
        supportedMethods: string;
    }

    Properties

    data?: any
    supportedMethods: string