Interface PaymentMethodInfoMethodSetMessagePayload

Generated after a successful Set MethodInfo Method update action.

interface PaymentMethodInfoMethodSetMessagePayload {
    method?: string;
    oldMethod?: string;
    type: "PaymentMethodInfoMethodSet";
}

Hierarchy (View Summary)

Properties

method?: string

Payment Method after the Set MethodInfo Method update action.

oldMethod?: string

Payment Method before the Set MethodInfo Method update action.

type: "PaymentMethodInfoMethodSet"