API/Autodoc/Classes/RuStore.PayClient.Currency.en.md


RuStore::PayClient::Currency

ISO 4217 currency code.

Inherits from RuStore.PayClient.BaseValue< string >

Public Functions

Name
Currency(string value)
Constructor.

Additional inherited members

Public Functions inherited from RuStore.PayClient.BaseValue< string >

Name
override bool Equals(object obj)
override int GetHashCode()
override string ToString()

Protected Functions inherited from RuStore.PayClient.BaseValue< string >

Name
BaseValue(T value)

Public Properties inherited from RuStore.PayClient.BaseValue< string >

Name
T value

function Currency

Currency(
    string value
)

Constructor.

Parameters:

  • value Value.

Назад