Service-level projection of an escrow transfer request row. Always carries
external ids (strings) — never the internal numeric FKs.
Party identifiers are exposed as senderId / recipientId (the API
vocabulary). The underlying DB columns are int FKs (sender_identity_id /
recipient_identity_id) to identity; the joins below resolve them to the
identity's external id (id_…), the single translation point.
Service-level projection of an escrow transfer request row. Always carries external ids (strings) — never the internal numeric FKs.
Party identifiers are exposed as
senderId/recipientId(the API vocabulary). The underlying DB columns are int FKs (sender_identity_id/recipient_identity_id) toidentity; the joins below resolve them to the identity's external id (id_…), the single translation point.