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


RuStore::PayClient::ProductId

The product identifier specified when creating a product in the developer console.

Inherits from RuStore.PayClient.BaseValue< string >

Public Functions

Name
ProductId(string value)
Constructor.

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 ProductId

ProductId(
    string value
)

Constructor.

Parameters:

  • value The value.

Назад