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


RuStore::PayClient::Price

Price in minimum currency units.

Inherits from RuStore.PayClient.BaseValue< int >

Public Functions

Name
Price(int value)
Constructor.

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
)

Constructor.

Parameters:

  • value Value.

Назад