Class CounterFactualInfoResponse
- Namespace
- LoopNet.Models.Responses
- Assembly
- LoopNet.dll
public class CounterFactualInfoResponse
- Inheritance
-
CounterFactualInfoResponse
- Inherited Members
-
Properties
AccountId
[JsonProperty("accountId")]
public int AccountId { get; set; }
Property Value
- int
Wallet
[JsonProperty("wallet")]
public string? Wallet { get; set; }
Property Value
- string
WalletFactory
[JsonProperty("walletFactory")]
public string? WalletFactory { get; set; }
Property Value
- string
WalletOwner
[JsonProperty("walletOwner")]
public string? WalletOwner { get; set; }
Property Value
- string
WalletSalt
[JsonProperty("walletSalt")]
public string? WalletSalt { get; set; }
Property Value
- string