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


RuStore::PayClient::AppUserEmail

Адрес электронной почты пользователя.

Inherits from RuStore.PayClient.BaseValue< string >

Public Functions

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

AppUserEmail(
    string value
)

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

Parameters:

  • value Значение.

Назад