Show / Hide Table of Contents

Class SubscribedServiceUser

User.

Inheritance
object
SubscribedServiceUser
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.OnesubscriptionService.Models
Assembly: OCI.DotNetSDK.Onesubscription.dll
Syntax
public class SubscribedServiceUser

Properties

Email

Declaration
[JsonProperty(PropertyName = "email")]
public string Email { get; set; }
Property Value
Type Description
string

Email.

FirstName

Declaration
[JsonProperty(PropertyName = "firstName")]
public string FirstName { get; set; }
Property Value
Type Description
string

First name.

LastName

Declaration
[JsonProperty(PropertyName = "lastName")]
public string LastName { get; set; }
Property Value
Type Description
string

Last name.

Name

Declaration
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }
Property Value
Type Description
string

Name.

TcaContactId

Declaration
[JsonProperty(PropertyName = "tcaContactId")]
public long? TcaContactId { get; set; }
Property Value
Type Description
long?

TCA contact ID.

TcaCustAccntSiteId

Declaration
[JsonProperty(PropertyName = "tcaCustAccntSiteId")]
public long? TcaCustAccntSiteId { get; set; }
Property Value
Type Description
long?

TCA customer account site ID.

TcaPartyId

Declaration
[JsonProperty(PropertyName = "tcaPartyId")]
public long? TcaPartyId { get; set; }
Property Value
Type Description
long?

TCA party ID.

Username

Declaration
[JsonProperty(PropertyName = "username")]
public string Username { get; set; }
Property Value
Type Description
string

Username.

In this article
Back to top