R
Size: a a a
R
R
R
X
X
R
J
ДП
J
ДП
R
ДП
R
ДП
[JsonProperty("interfaces")] public Interface Interfaces { get; set; }
public class Interface
{
[JsonProperty("screen")] public Dictionary<string, object> Screen { get; set; }
[JsonProperty("account_linking")] public Dictionary<string, object> AccountLinking { get; set; }
[JsonProperty("payments")] public Dictionary<string, object> Payments { get; set; }
}
return Interfaces?.Screen != null;
R
А
D
AK
AK
А