Package com.ringcentral.definitions
Class AccountInfo
java.lang.Object
com.ringcentral.definitions.AccountInfo
-
Field Summary
FieldsModifier and TypeFieldDescriptionCompany name Example: Acme Inc.External account ID.Internal identifier of RingCentral account Required Example: 8000012345Phone number in e.164 format (with '+' prefix) Example: +16501234567Opportunity identifier (typically created by SalesForce) Example: 0061800000DwZzJAAVRequiredAccount status Required Example: Confirmed Enum: Initial, Unconfirmed, Confirmed, Disabled -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncompanyAddress
(PostalAddress companyAddress) companyName
(String companyName) contactInfo
(SystemUserContactInfo contactInfo) externalAccountId
(String externalAccountId) mainNumber
(String mainNumber) opportunityId
(String opportunityId) serviceInfo
(ServiceInfoV2 serviceInfo) statusInfo
(StatusInfo statusInfo)
-
Field Details
-
id
Internal identifier of RingCentral account Required Example: 8000012345 -
externalAccountId
External account ID. Used as a primary key to link accounts between RingCentral and partner systems. Example: acme-us-12345 -
mainNumber
Phone number in e.164 format (with '+' prefix) Example: +16501234567 -
status
Account status Required Example: Confirmed Enum: Initial, Unconfirmed, Confirmed, Disabled -
statusInfo
-
companyName
Company name Example: Acme Inc. -
companyAddress
-
serviceInfo
Required -
contactInfo
-
opportunityId
Opportunity identifier (typically created by SalesForce) Example: 0061800000DwZzJAAV
-
-
Constructor Details
-
AccountInfo
public AccountInfo()
-
-
Method Details
-
id
-
externalAccountId
-
mainNumber
-
status
-
statusInfo
-
companyName
-
companyAddress
-
serviceInfo
-
contactInfo
-
opportunityId
-