This action generates the PaymentMethodInfoTokenSet Message.

interface PaymentSetMethodInfoTokenAction {
    action: "setMethodInfoToken";
    token?: PaymentMethodToken;
}

Hierarchy (View Summary)

Properties

Properties

action: "setMethodInfoToken"

Value to set. If empty, any existing value will be removed.