Generated after a successful Create PaymentMethod request.

interface PaymentMethodCreatedMessagePayload {
    paymentMethod: PaymentMethod;
    type: "PaymentMethodCreated";
}

Hierarchy (View Summary)

Properties

Properties

paymentMethod: PaymentMethod

PaymentMethod that was created.

type: "PaymentMethodCreated"