Class ApBalanceResult.ApBalance
- Namespace
- AkashicPaySDK.Model
- Assembly
- AkashicPaySDK.dll
public class ApBalanceResult.ApBalance
- Inheritance
-
ApBalanceResult.ApBalance
- Inherited Members
Constructors
ApBalance(BaseNetworkSymbol, ApTokenSymbol?, string?)
public ApBalance(BaseNetworkSymbol networkSymbol, ApTokenSymbol? tokenSymbol, string? balance)
Parameters
networkSymbol
BaseNetworkSymboltokenSymbol
ApTokenSymbol?balance
string
Properties
Balance
public string? Balance { get; set; }
Property Value
NetworkSymbol
public BaseNetworkSymbol NetworkSymbol { get; set; }
Property Value
TokenSymbol
public ApTokenSymbol? TokenSymbol { get; set; }