Show / Hide Table of Contents

Class InvoicingUser

User.

Inheritance
object
InvoicingUser
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 InvoicingUser

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