Interface PaymentMethodSetPaymentInterfaceAction

This action generates the PaymentMethodPaymentInterfaceSet Message.

interface PaymentMethodSetPaymentInterfaceAction {
    action: "setPaymentInterface";
    paymentInterface?: string;
}

Hierarchy (View Summary)

Properties

action: "setPaymentInterface"
paymentInterface?: string

New payment service that processes the Payment—for example, a PSP. If empty, any existing value will be removed.