Interface PaymentMethodInfoTokenSetMessagePayload

Generated after a successful Set MethodInfo Token update action.

interface PaymentMethodInfoTokenSetMessagePayload {
    oldToken?: PaymentMethodToken;
    token?: PaymentMethodToken;
    type: "PaymentMethodInfoTokenSet";
}

Hierarchy (View Summary)

Properties

Properties

Token of the Payment Method before the Set MethodInfo Token update action.

Token of the Payment Method after the Set MethodInfo Token update action.

type: "PaymentMethodInfoTokenSet"