Class CustomerServiceProviderConfiguration
Inheritance
CustomerServiceProviderConfiguration
Namespace: System.Dynamic.ExpandoObject
Syntax
[GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
public class CustomerServiceProviderConfiguration
Properties
Declaration
[JsonProperty("customerId", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string CustomerId { get; set; }
Property Value
Declaration
[JsonProperty("serviceProviderId", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string ServiceProviderId { get; set; }
Property Value
Declaration
[JsonProperty("settings", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string Settings { get; set; }
Property Value
Declaration
[JsonProperty("userRoleIds", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ICollection<string> UserRoleIds { get; set; }
Property Value
Methods
Declaration
public static CustomerServiceProviderConfiguration FromJson(string data)
Parameters
Returns