API/Autodoc/Classes/RuStore.PayClient.AmountLabel.md


RuStore::PayClient::AmountLabel

Отформатированная цена товара, включая валютный знак.

Inherits from RuStore.PayClient.BaseValue< string >

Public Functions

Name
AmountLabel(string value)
Конструктор.

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
)

Конструктор.

Parameters:

  • value Значение.

Назад