Skip to content

Commit d2ff2b5

Browse files
committed
Add invitee country code
1 parent f2fdb7c commit d2ff2b5

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

openapi.yaml

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

openapi/components/schemas/invitations/UmaInvitation.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,9 @@ properties:
6666
UMA address. Note that these sends can only be sender-locked, meaning that
6767
the sender will not know ahead of time how much the receiver will receive
6868
in the receiving currency.
69+
inviteeCountryCode:
70+
type: string
71+
description: >-
72+
The country of the invitee (ISO 3166-1 alpha-2 code). Only available for
73+
CLAIMED invitations when provided by the invitee.
74+
example: US

0 commit comments

Comments
 (0)