Party
Represents a party involved in a payment transaction. Iniso20022.js this represents initiating party (you), debter, and creditor, which are present in all transactions.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
A party involved in the transaction.
iso20022.js this represents initiating party (you), debter, and creditor, which are present in all transactions.
interface Party {
id?: string;
name?: string;
address?: StructuredAddress;
account?: Account;
agent?: Agent;
}