From af407fe5c3e1d5b8b315db029805fa7290c83fae Mon Sep 17 00:00:00 2001 From: rtkay123 Date: Sun, 10 Aug 2025 12:09:22 +0200 Subject: feat(pseudonyms): proto definitions --- proto/pseudonyms/account_holder.proto | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 proto/pseudonyms/account_holder.proto (limited to 'proto/pseudonyms/account_holder.proto') diff --git a/proto/pseudonyms/account_holder.proto b/proto/pseudonyms/account_holder.proto new file mode 100644 index 0000000..80c7557 --- /dev/null +++ b/proto/pseudonyms/account_holder.proto @@ -0,0 +1,11 @@ +syntax = "proto3"; + +package pseudonyms.account_holder; + +import "google/protobuf/timestamp.proto"; + +message AccountHolder { + string entity_id = 1; + string account_id = 2; + google.protobuf.Timestamp cre_dt_tm = 3; +} -- cgit v1.2.3