aboutsummaryrefslogtreecommitdiffstats
path: root/proto/pseudonyms/account_holder.proto
diff options
context:
space:
mode:
Diffstat (limited to 'proto/pseudonyms/account_holder.proto')
-rw-r--r--proto/pseudonyms/account_holder.proto11
1 files changed, 11 insertions, 0 deletions
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;
+}