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


RuStore::PayClient::AppUserId

Внутренний ID пользователя в приложении.

Inherits from RuStore.PayClient.BaseValue< string >

Public Functions

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

AppUserId(
    string value
)

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

Parameters:

  • value Значение.

Назад