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


RuStore::PayClient::Price

Цена в минимальных единицах валюты.

Inherits from RuStore.PayClient.BaseValue< int >

Public Functions

Name
Price(int value)
Конструктор.

Additional inherited members

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

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

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

Name
BaseValue(T value)

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

Name
T value

function Price

Price(
    int value
)

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

Parameters:

  • value Значение.

Назад