Class LicensingSubscriptionClaimSmartAccountAccount
Smart Account Account
[DataContract]
public class LicensingSubscriptionClaimSmartAccountAccount
- Inheritance
-
LicensingSubscriptionClaimSmartAccountAccount
- Inherited Members
Properties
Domain
The domain of the Smart Account
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "domain")]
public string Domain { get; set; }
Property Value
Id
Smart Account ID
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "id")]
public string Id { get; set; }
Property Value
Name
The name of the smart account
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "name")]
public string Name { get; set; }