PaymentTransactionAdded
type PaymentTransactionAdded = MessagePayload & {
__typename?: 'PaymentTransactionAdded';
transaction: Transaction;
type: Scalars['String'];
};type PaymentTransactionAdded = MessagePayload & {
__typename?: 'PaymentTransactionAdded';
transaction: Transaction;
type: Scalars['String'];
};