Struct LinkedAccount.LinkedAccountDetails
- Namespace
- Thirdweb
- Assembly
- Thirdweb.dll
public struct LinkedAccount.LinkedAccountDetails
- Inherited Members
-
Properties
Address
[JsonProperty("name")]
public string Address { readonly get; set; }
Property Value
- string
Email
[JsonProperty("email")]
public string Email { readonly get; set; }
Property Value
- string
Id
[JsonProperty("id")]
public string Id { readonly get; set; }
Property Value
- string
Phone
[JsonProperty("phone")]
public string Phone { readonly get; set; }
Property Value
- string