Interface PaymentAddInterfaceInteractionAction

Adding a Payment interaction generates the PaymentInteractionAdded Message.

interface PaymentAddInterfaceInteractionAction {
    action: "addInterfaceInteraction";
    fields?: FieldContainer;
    type: TypeResourceIdentifier;
}

Properties

Properties

action: "addInterfaceInteraction"

Generated using TypeDoc