Class Pending
The pending status
public class Pending
- Inheritance
-
Pending
- Inherited Members
Properties
Deposit
Deposit status
[JsonProperty("deposit")]
public string? Deposit { get; set; }
Property Value
Withdraw
Withdraw status
[JsonProperty("withdraw")]
public string? Withdraw { get; set; }