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


Namespaces

Name

Classes

Name
class RuStore::PayClient::DeveloperPayload — A string specified by the developer containing additional information about the order.

Source code

namespace RuStore.PayClient {

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

Назад