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


Namespaces

Name

Classes

Name
class RuStore::PayClient::InvoiceId — Invoice ID. Used for server-side payment validation, searching for payments in the developer console, and also displayed to the buyer in the payment history in the RuStore mobile application.

Source code

namespace RuStore.PayClient {

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

Назад