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


RuStore::PayClient::DeveloperPayload

Указанная разработчиком строка, содержащая дополнительную информацию о заказе.

Inherits from RuStore.PayClient.BaseValue< string >

Public Functions

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

DeveloperPayload(
    string value
)

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

Parameters:

  • value Значение.

Назад