Interface PaymentInteractionAddedMessagePayload

Generated after a successful Add InterfaceInteraction update action.

interface PaymentInteractionAddedMessagePayload {
    interaction: CustomFields;
    type: "PaymentInteractionAdded";
}

Properties

Properties

interaction: CustomFields

The interface interaction that was added to the Payment.

type: "PaymentInteractionAdded"

Generated using TypeDoc