RingCentral .Net SDK
Properties | List of all members
RingCentral.AccountInfo Class Reference

Properties

string id [get, set]
 Internal identifier of RingCentral account Required Example: 8000012345 More...
 
string externalAccountId [get, set]
 External account ID. Used as a primary key to link accounts between RingCentral and partner systems. Example: acme-us-12345 More...
 
string mainNumber [get, set]
 Phone number in e.164 format (with '+' prefix) Example: +16501234567 More...
 
string status [get, set]
 Account status Required Example: Confirmed Enum: Initial, Unconfirmed, Confirmed, Disabled More...
 
AccountStatusInfo statusInfo [get, set]
 
string companyName [get, set]
 Company name Example: Acme Inc. More...
 
PostalAddress companyAddress [get, set]
 
ServiceInfoV2 serviceInfo [get, set]
 Required More...
 
SystemUserContactInfo contactInfo [get, set]
 
string opportunityId [get, set]
 Opportunity identifier (typically created by SalesForce) Example: 0061800000DwZzJAAV More...
 

Property Documentation

◆ companyAddress

PostalAddress RingCentral.AccountInfo.companyAddress
getset

◆ companyName

string RingCentral.AccountInfo.companyName
getset

Company name Example: Acme Inc.

◆ contactInfo

SystemUserContactInfo RingCentral.AccountInfo.contactInfo
getset

◆ externalAccountId

string RingCentral.AccountInfo.externalAccountId
getset

External account ID. Used as a primary key to link accounts between RingCentral and partner systems. Example: acme-us-12345

◆ id

string RingCentral.AccountInfo.id
getset

Internal identifier of RingCentral account Required Example: 8000012345

◆ mainNumber

string RingCentral.AccountInfo.mainNumber
getset

Phone number in e.164 format (with '+' prefix) Example: +16501234567

◆ opportunityId

string RingCentral.AccountInfo.opportunityId
getset

Opportunity identifier (typically created by SalesForce) Example: 0061800000DwZzJAAV

◆ serviceInfo

ServiceInfoV2 RingCentral.AccountInfo.serviceInfo
getset

Required

◆ status

string RingCentral.AccountInfo.status
getset

Account status Required Example: Confirmed Enum: Initial, Unconfirmed, Confirmed, Disabled

◆ statusInfo

AccountStatusInfo RingCentral.AccountInfo.statusInfo
getset


The documentation for this class was generated from the following file: