Table of Contents

Class ApSupportedCurrenciesResult

Namespace
AkashicPaySDK.Model
Assembly
AkashicPaySDK.dll
public class ApSupportedCurrenciesResult
Inheritance
ApSupportedCurrenciesResult
Inherited Members

Constructors

ApSupportedCurrenciesResult(Dictionary<string, List<string>>)

public ApSupportedCurrenciesResult(Dictionary<string, List<string>> supportedCurrencies)

Parameters

supportedCurrencies Dictionary<string, List<string>>

Properties

SupportedCurrencies

public Dictionary<string, List<string>> SupportedCurrencies { get; set; }

Property Value

Dictionary<string, List<string>>