Interface MyPaymentSetMethodInfoInterfaceAction

interface MyPaymentSetMethodInfoInterfaceAction {
    action: "setMethodInfoInterface";
    interface: string;
}

Properties

Properties

action: "setMethodInfoInterface"
interface: string

Value to set. Once set, the paymentInterface of the paymentMethodInfo cannot be changed.

Generated using TypeDoc