Table of Contents

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 BaseNetworkSymbol
tokenSymbol ApTokenSymbol?
balance string

Properties

Balance

public string? Balance { get; set; }

Property Value

string

NetworkSymbol

public BaseNetworkSymbol NetworkSymbol { get; set; }

Property Value

BaseNetworkSymbol

TokenSymbol

public ApTokenSymbol? TokenSymbol { get; set; }

Property Value

ApTokenSymbol?