API/Autodoc/Classes


RuStore::PayClient::AmountLabel

Formatted price of the item, including the currency symbol.

Inherits from RuStore.PayClient.BaseValue< string >

Public Functions

Name
AmountLabel(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 AmountLabel

AmountLabel(
    string value
)

Constructor.

Parameters:

  • value The value.

Назад