WalletTransferRecipient
Properties
| Property | Type | Required | Description |
|---|---|---|---|
avatar_url |
string,null | No | |
display_name |
string | Yes | |
user_id |
string | Yes |
View JSON Schema
{
"type": "object",
"required": [
"user_id",
"display_name"
],
"properties": {
"avatar_url": {
"type": [
"string",
"null"
]
},
"display_name": {
"type": "string"
},
"user_id": {
"type": "string",
"format": "uuid"
}
}
}