TD-329: Enrich withdrawals w/ timestamp + party id (#48)

This commit is contained in:
Andrew Mayorov 2022-07-05 11:03:21 +03:00 committed by GitHub
parent 03bbf48194
commit 33c5665571
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,6 +8,7 @@ namespace erlang dmsl.wthd_domain
struct Withdrawal {
1: required domain.Cash body
5: optional base.Timestamp created_at
// Source ?
2: required Destination destination
3: optional Identity sender
@ -23,6 +24,7 @@ union Destination {
struct Identity {
1: required base.ID id
4: optional domain.PartyID owner_id
2: optional list<IdentityDocument> documents
3: optional list<ContactDetail> contact
}