wallet-sdk
1.2.0
wallet-sdk
/
org.stellar.walletsdk.toml
/
InfoContact
Info
Contact
data
class
InfoContact
(
name
:
String
?
,
email
:
String
?
,
keybase
:
String
?
,
telegram
:
String
?
,
twitter
:
String
?
,
github
:
String
?
,
idPhotoHash
:
String
?
,
verificationPhotoHash
:
String
?
)
Content copied to clipboard
Properties
Properties
email
Link copied to clipboard
@
SerializedName
(
value
=
"email"
)
val
email
:
String
?
Content copied to clipboard
github
Link copied to clipboard
@
SerializedName
(
value
=
"github"
)
val
github
:
String
?
Content copied to clipboard
idPhotoHash
Link copied to clipboard
@
SerializedName
(
value
=
"id_photo_hash"
)
val
idPhotoHash
:
String
?
Content copied to clipboard
keybase
Link copied to clipboard
@
SerializedName
(
value
=
"keybase"
)
val
keybase
:
String
?
Content copied to clipboard
name
Link copied to clipboard
@
SerializedName
(
value
=
"name"
)
val
name
:
String
?
Content copied to clipboard
telegram
Link copied to clipboard
@
SerializedName
(
value
=
"telegram"
)
val
telegram
:
String
?
Content copied to clipboard
twitter
Link copied to clipboard
@
SerializedName
(
value
=
"twitter"
)
val
twitter
:
String
?
Content copied to clipboard
verificationPhotoHash
Link copied to clipboard
@
SerializedName
(
value
=
"verification_photo_hash"
)
val
verificationPhotoHash
:
String
?
Content copied to clipboard