Interface PaymentTransactionAddedMessagePayload

Generated after a successful Add Transaction update action.

interface PaymentTransactionAddedMessagePayload {
    transaction: Transaction;
    type: "PaymentTransactionAdded";
}

Properties

Properties

transaction: Transaction

Transaction that was added to the Payment.

type: "PaymentTransactionAdded"

Generated using TypeDoc