This action generates the PaymentMethodMethodSet Message.

interface PaymentMethodSetMethodAction {
    action: "setMethod";
    method?: string;
}

Hierarchy (View Summary)

Properties

Properties

action: "setMethod"
method?: string

New payment method—for example, a credit card or direct debit. If empty, any existing value will be removed.