Пример #1
0
 protected RealExBaseRequest(string secret, string merchantId, string account, string orderId, Comments comments)
 {
     TimeStamp = DateTime.UtcNow.ToString("yyyyMMddHHmmss");
     OrderId = orderId;
     MerchantId = merchantId;
     Account = account;
     Secret = secret;
     Comments = comments;
 }
Пример #2
0
 protected RealExBaseRequest(string secret, string merchantId, string account, string orderId, Comments comments)
 {
     TimeStamp  = DateTime.UtcNow.ToString("yyyyMMddHHmmss");
     OrderId    = orderId;
     MerchantId = merchantId;
     Account    = account;
     Secret     = secret;
     Comments   = comments;
 }