mirror of
https://github.com/valitydev/damsel.git
synced 2024-11-06 01:35:19 +00:00
TD-329: Enrich withdrawals w/ timestamp + party id (#48)
This commit is contained in:
parent
03bbf48194
commit
33c5665571
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user