Class TransferTokenResponse
The transfer token API response
public class TransferTokenResponse
- Inheritance
-
TransferTokenResponse
- Inherited Members
Properties
AccountId
The account id
[JsonProperty("accountId")]
public int AccountId { get; set; }
Property Value
Hash
The hash
[JsonProperty("hash")]
public string? Hash { get; set; }
Property Value
IsIdempotent
If idempotent
[JsonProperty("isIdempotent")]
public bool IsIdempotent { get; set; }
Property Value
Status
The status
[JsonProperty("status")]
public string? Status { get; set; }
Property Value
StorageId
The storage id
[JsonProperty("storageId")]
public int StorageId { get; set; }
Property Value
TokenId
The token id
[JsonProperty("tokenId")]
public int TokenId { get; set; }