Struct LinkedAccount
- Namespace
- Thirdweb
- Assembly
- Thirdweb.dll
Represents a linked account.
public struct LinkedAccount
- Inherited Members
Properties
Details
public LinkedAccount.LinkedAccountDetails Details { readonly get; set; }
Property Value
Type
public string Type { readonly get; set; }
Property Value
Methods
ToString()
Returns the fully qualified type name of this instance.
public override readonly string ToString()
Returns
- string
The fully qualified type name.