API/Autodoc/Files/ProductId.cs.en.md


Namespaces

Name

Classes

Name
class RuStore::PayClient::ProductId — Product identifier specified when creating the product in the developer console.

Source code

namespace RuStore.PayClient {

    public class ProductId : BaseValue<string> {
        
        public ProductId(string value) : base(value) { }
    }
}

Назад