Store
public class StoreResponse
{
public int ID { get; set; }
public string UUID { get; set; }
public string Name { get; set; }
public StoreType StoreType { get; set; }
public string StoreAccountJson { get; set; }
public bool IsActive { get; set; }
public ConnectionStatus ConnectionStatus { get; set; }
}StoreResponse Sınıfı Özellikleri ve Açıklamaları
Alan
Açıklama
Değer
Last updated