Interface PaymentMethodMethodSetMessagePayload

Generated after a successful Set Method update action.

interface PaymentMethodMethodSetMessagePayload {
    method?: string;
    oldMethod?: string;
    type: "PaymentMethodMethodSet";
}

Hierarchy (View Summary)

Properties

method?: string

Payment Method after the Set Method update action.

oldMethod?: string

Payment Method before the Set Method update action.

type: "PaymentMethodMethodSet"