Table of Contents

Class SfAccountCleanInfo

Namespace
NetCoreForce.Models
Assembly
NetCoreForce.Models.dll

Account Clean Info

SObject Name: AccountCleanInfo

Custom Object: False

public class SfAccountCleanInfo : SObject
Inheritance
SfAccountCleanInfo
Inherited Members

Properties

Account

ReferenceTo: Account

RelationshipName: Account

[JsonProperty(PropertyName = "account")]
[Updateable(false)]
[Createable(false)]
public SfAccount Account { get; set; }

Property Value

SfAccount

AccountId

Account ID

Name: AccountId

SF Type: reference

Nillable: False

[JsonProperty(PropertyName = "accountId")]
[Updateable(false)]
[Createable(false)]
public string AccountId { get; set; }

Property Value

string

AccountSite

Account Site

Name: AccountSite

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "accountSite")]
[Updateable(false)]
[Createable(false)]
public string AccountSite { get; set; }

Property Value

string

Address

Address

Name: Address

SF Type: address

Nillable: True

[JsonProperty(PropertyName = "address")]
[Updateable(false)]
[Createable(false)]
public Address Address { get; set; }

Property Value

Address

AnnualRevenue

Annual Revenue

Name: AnnualRevenue

SF Type: currency

Nillable: True

[JsonProperty(PropertyName = "annualRevenue")]
[Updateable(false)]
[Createable(false)]
public decimal? AnnualRevenue { get; set; }

Property Value

decimal?

City

City

Name: City

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "city")]
[Updateable(false)]
[Createable(false)]
public string City { get; set; }

Property Value

string

CleanedByJob

Cleaned by Job

Name: CleanedByJob

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "cleanedByJob")]
[Updateable(false)]
[Createable(false)]
public bool? CleanedByJob { get; set; }

Property Value

bool?

CleanedByUser

Cleaned by User

Name: CleanedByUser

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "cleanedByUser")]
[Updateable(false)]
[Createable(false)]
public bool? CleanedByUser { get; set; }

Property Value

bool?

CompanyName

Company Name

Name: CompanyName

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "companyName")]
[Updateable(false)]
[Createable(false)]
public string CompanyName { get; set; }

Property Value

string

CompanyStatusDataDotCom

Company Status per Data.com

Name: CompanyStatusDataDotCom

SF Type: picklist

Nillable: True

[JsonProperty(PropertyName = "companyStatusDataDotCom")]
[Updateable(false)]
[Createable(false)]
public string CompanyStatusDataDotCom { get; set; }

Property Value

string

Country

Country

Name: Country

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "country")]
[Updateable(false)]
[Createable(false)]
public string Country { get; set; }

Property Value

string

CreatedBy

ReferenceTo: User

RelationshipName: CreatedBy

[JsonProperty(PropertyName = "createdBy")]
[Updateable(false)]
[Createable(false)]
public SfUser CreatedBy { get; set; }

Property Value

SfUser

CreatedById

Created By ID

Name: CreatedById

SF Type: reference

Nillable: False

[JsonProperty(PropertyName = "createdById")]
[Updateable(false)]
[Createable(false)]
public string CreatedById { get; set; }

Property Value

string

CreatedDate

Created Date

Name: CreatedDate

SF Type: datetime

Nillable: False

[JsonProperty(PropertyName = "createdDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? CreatedDate { get; set; }

Property Value

DateTimeOffset?

DandBCompanyDunsNumber

D&B Company D-U-N-S Number

Name: DandBCompanyDunsNumber

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "dandBCompanyDunsNumber")]
[Updateable(false)]
[Createable(false)]
public string DandBCompanyDunsNumber { get; set; }

Property Value

string

DataDotComId

Data.com ID

Name: DataDotComId

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "dataDotComId")]
[Updateable(false)]
[Createable(false)]
public string DataDotComId { get; set; }

Property Value

string

Description

Description

Name: Description

SF Type: textarea

Nillable: True

[JsonProperty(PropertyName = "description")]
[Updateable(false)]
[Createable(false)]
public string Description { get; set; }

Property Value

string

DunsNumber

D-U-N-S Number

Name: DunsNumber

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "dunsNumber")]
[Updateable(false)]
[Createable(false)]
public string DunsNumber { get; set; }

Property Value

string

DunsRightMatchConfidence

DUNSRight™ Match Confidence

Name: DunsRightMatchConfidence

SF Type: int

Nillable: True

[JsonProperty(PropertyName = "dunsRightMatchConfidence")]
[Updateable(false)]
[Createable(false)]
public int? DunsRightMatchConfidence { get; set; }

Property Value

int?

DunsRightMatchGrade

DUNSRight™ Match Grade

Name: DunsRightMatchGrade

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "dunsRightMatchGrade")]
[Updateable(false)]
[Createable(false)]
public string DunsRightMatchGrade { get; set; }

Property Value

string

Fax

Fax

Name: Fax

SF Type: phone

Nillable: True

[JsonProperty(PropertyName = "fax")]
[Updateable(false)]
[Createable(false)]
public string Fax { get; set; }

Property Value

string

GeocodeAccuracy

Geocode Accuracy

Name: GeocodeAccuracy

SF Type: picklist

Nillable: True

[JsonProperty(PropertyName = "geocodeAccuracy")]
[Updateable(false)]
[Createable(false)]
public string GeocodeAccuracy { get; set; }

Property Value

string

Id

Account Clean Info ID

Name: Id

SF Type: id

Nillable: False

[JsonProperty(PropertyName = "id")]
[Updateable(false)]
[Createable(false)]
public string Id { get; set; }

Property Value

string

Industry

Industry

Name: Industry

SF Type: picklist

Nillable: True

[JsonProperty(PropertyName = "industry")]
[Updateable(false)]
[Createable(false)]
public string Industry { get; set; }

Property Value

string

IsDeleted

Deleted

Name: IsDeleted

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "isDeleted")]
[Updateable(false)]
[Createable(false)]
public bool? IsDeleted { get; set; }

Property Value

bool?

IsDifferentAccountSite

Account Site is Different

Name: IsDifferentAccountSite

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "isDifferentAccountSite")]
[Updateable(false)]
[Createable(false)]
public bool? IsDifferentAccountSite { get; set; }

Property Value

bool?

IsDifferentAnnualRevenue

Annual Revenue is Different

Name: IsDifferentAnnualRevenue

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "isDifferentAnnualRevenue")]
[Updateable(false)]
[Createable(false)]
public bool? IsDifferentAnnualRevenue { get; set; }

Property Value

bool?

IsDifferentCity

City is Different

Name: IsDifferentCity

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "isDifferentCity")]
[Updateable(false)]
[Createable(false)]
public bool? IsDifferentCity { get; set; }

Property Value

bool?

IsDifferentCompanyName

Company Name is Different

Name: IsDifferentCompanyName

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "isDifferentCompanyName")]
[Updateable(false)]
[Createable(false)]
public bool? IsDifferentCompanyName { get; set; }

Property Value

bool?

IsDifferentCountry

Country is Different

Name: IsDifferentCountry

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "isDifferentCountry")]
[Updateable(false)]
[Createable(false)]
public bool? IsDifferentCountry { get; set; }

Property Value

bool?

IsDifferentCountryCode

Country Code is Different

Name: IsDifferentCountryCode

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "isDifferentCountryCode")]
[Updateable(false)]
[Createable(false)]
public bool? IsDifferentCountryCode { get; set; }

Property Value

bool?

IsDifferentDandBCompanyDunsNumber

D&B Company D-U-N-S Number is Different

Name: IsDifferentDandBCompanyDunsNumber

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "isDifferentDandBCompanyDunsNumber")]
[Updateable(false)]
[Createable(false)]
public bool? IsDifferentDandBCompanyDunsNumber { get; set; }

Property Value

bool?

IsDifferentDescription

Description is Different

Name: IsDifferentDescription

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "isDifferentDescription")]
[Updateable(false)]
[Createable(false)]
public bool? IsDifferentDescription { get; set; }

Property Value

bool?

IsDifferentDunsNumber

D-U-N-S Number is Different

Name: IsDifferentDunsNumber

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "isDifferentDunsNumber")]
[Updateable(false)]
[Createable(false)]
public bool? IsDifferentDunsNumber { get; set; }

Property Value

bool?

IsDifferentFax

Fax is Different

Name: IsDifferentFax

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "isDifferentFax")]
[Updateable(false)]
[Createable(false)]
public bool? IsDifferentFax { get; set; }

Property Value

bool?

IsDifferentIndustry

Industry is Different

Name: IsDifferentIndustry

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "isDifferentIndustry")]
[Updateable(false)]
[Createable(false)]
public bool? IsDifferentIndustry { get; set; }

Property Value

bool?

IsDifferentNaicsCode

NAICS Code is Different

Name: IsDifferentNaicsCode

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "isDifferentNaicsCode")]
[Updateable(false)]
[Createable(false)]
public bool? IsDifferentNaicsCode { get; set; }

Property Value

bool?

IsDifferentNaicsDescription

NAICS Description is Different

Name: IsDifferentNaicsDescription

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "isDifferentNaicsDescription")]
[Updateable(false)]
[Createable(false)]
public bool? IsDifferentNaicsDescription { get; set; }

Property Value

bool?

IsDifferentNumberOfEmployees

Number of Employees is Different

Name: IsDifferentNumberOfEmployees

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "isDifferentNumberOfEmployees")]
[Updateable(false)]
[Createable(false)]
public bool? IsDifferentNumberOfEmployees { get; set; }

Property Value

bool?

IsDifferentOwnership

Ownership is Different

Name: IsDifferentOwnership

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "isDifferentOwnership")]
[Updateable(false)]
[Createable(false)]
public bool? IsDifferentOwnership { get; set; }

Property Value

bool?

IsDifferentPhone

Phone is Different

Name: IsDifferentPhone

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "isDifferentPhone")]
[Updateable(false)]
[Createable(false)]
public bool? IsDifferentPhone { get; set; }

Property Value

bool?

IsDifferentPostalCode

ZIP is Different

Name: IsDifferentPostalCode

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "isDifferentPostalCode")]
[Updateable(false)]
[Createable(false)]
public bool? IsDifferentPostalCode { get; set; }

Property Value

bool?

IsDifferentSic

SIC Code is Different

Name: IsDifferentSic

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "isDifferentSic")]
[Updateable(false)]
[Createable(false)]
public bool? IsDifferentSic { get; set; }

Property Value

bool?

IsDifferentSicDescription

SIC Description is Different

Name: IsDifferentSicDescription

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "isDifferentSicDescription")]
[Updateable(false)]
[Createable(false)]
public bool? IsDifferentSicDescription { get; set; }

Property Value

bool?

IsDifferentState

State is Different

Name: IsDifferentState

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "isDifferentState")]
[Updateable(false)]
[Createable(false)]
public bool? IsDifferentState { get; set; }

Property Value

bool?

IsDifferentStateCode

State Code is Different

Name: IsDifferentStateCode

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "isDifferentStateCode")]
[Updateable(false)]
[Createable(false)]
public bool? IsDifferentStateCode { get; set; }

Property Value

bool?

IsDifferentStreet

Street is Different

Name: IsDifferentStreet

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "isDifferentStreet")]
[Updateable(false)]
[Createable(false)]
public bool? IsDifferentStreet { get; set; }

Property Value

bool?

IsDifferentTickerSymbol

Ticker Symbol is Different

Name: IsDifferentTickerSymbol

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "isDifferentTickerSymbol")]
[Updateable(false)]
[Createable(false)]
public bool? IsDifferentTickerSymbol { get; set; }

Property Value

bool?

IsDifferentTradestyle

Tradestyle is Different

Name: IsDifferentTradestyle

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "isDifferentTradestyle")]
[Updateable(false)]
[Createable(false)]
public bool? IsDifferentTradestyle { get; set; }

Property Value

bool?

IsDifferentWebsite

Website is Different

Name: IsDifferentWebsite

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "isDifferentWebsite")]
[Updateable(false)]
[Createable(false)]
public bool? IsDifferentWebsite { get; set; }

Property Value

bool?

IsDifferentYearStarted

Year Started is Different

Name: IsDifferentYearStarted

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "isDifferentYearStarted")]
[Updateable(false)]
[Createable(false)]
public bool? IsDifferentYearStarted { get; set; }

Property Value

bool?

IsFlaggedWrongAccountSite

Account Site is Flagged Wrong

Name: IsFlaggedWrongAccountSite

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "isFlaggedWrongAccountSite")]
[Updateable(true)]
[Createable(false)]
public bool? IsFlaggedWrongAccountSite { get; set; }

Property Value

bool?

IsFlaggedWrongAddress

Address is Flagged Wrong

Name: IsFlaggedWrongAddress

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "isFlaggedWrongAddress")]
[Updateable(true)]
[Createable(false)]
public bool? IsFlaggedWrongAddress { get; set; }

Property Value

bool?

IsFlaggedWrongAnnualRevenue

Annual Revenue is Flagged Wrong

Name: IsFlaggedWrongAnnualRevenue

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "isFlaggedWrongAnnualRevenue")]
[Updateable(true)]
[Createable(false)]
public bool? IsFlaggedWrongAnnualRevenue { get; set; }

Property Value

bool?

IsFlaggedWrongCompanyName

Company Name is Flagged Wrong

Name: IsFlaggedWrongCompanyName

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "isFlaggedWrongCompanyName")]
[Updateable(true)]
[Createable(false)]
public bool? IsFlaggedWrongCompanyName { get; set; }

Property Value

bool?

IsFlaggedWrongDescription

Description is Flagged Wrong

Name: IsFlaggedWrongDescription

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "isFlaggedWrongDescription")]
[Updateable(true)]
[Createable(false)]
public bool? IsFlaggedWrongDescription { get; set; }

Property Value

bool?

IsFlaggedWrongDunsNumber

D-U-N-S Number is Flagged Wrong

Name: IsFlaggedWrongDunsNumber

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "isFlaggedWrongDunsNumber")]
[Updateable(true)]
[Createable(false)]
public bool? IsFlaggedWrongDunsNumber { get; set; }

Property Value

bool?

IsFlaggedWrongFax

Fax is Flagged Wrong

Name: IsFlaggedWrongFax

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "isFlaggedWrongFax")]
[Updateable(true)]
[Createable(false)]
public bool? IsFlaggedWrongFax { get; set; }

Property Value

bool?

IsFlaggedWrongIndustry

Industry is Flagged Wrong

Name: IsFlaggedWrongIndustry

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "isFlaggedWrongIndustry")]
[Updateable(true)]
[Createable(false)]
public bool? IsFlaggedWrongIndustry { get; set; }

Property Value

bool?

IsFlaggedWrongNaicsCode

NAICS Code is Flagged Wrong

Name: IsFlaggedWrongNaicsCode

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "isFlaggedWrongNaicsCode")]
[Updateable(true)]
[Createable(false)]
public bool? IsFlaggedWrongNaicsCode { get; set; }

Property Value

bool?

IsFlaggedWrongNaicsDescription

NAICS Description is Flagged Wrong

Name: IsFlaggedWrongNaicsDescription

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "isFlaggedWrongNaicsDescription")]
[Updateable(true)]
[Createable(false)]
public bool? IsFlaggedWrongNaicsDescription { get; set; }

Property Value

bool?

IsFlaggedWrongNumberOfEmployees

Number of Employees is Flagged Wrong

Name: IsFlaggedWrongNumberOfEmployees

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "isFlaggedWrongNumberOfEmployees")]
[Updateable(true)]
[Createable(false)]
public bool? IsFlaggedWrongNumberOfEmployees { get; set; }

Property Value

bool?

IsFlaggedWrongOwnership

Ownership is Flagged Wrong

Name: IsFlaggedWrongOwnership

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "isFlaggedWrongOwnership")]
[Updateable(true)]
[Createable(false)]
public bool? IsFlaggedWrongOwnership { get; set; }

Property Value

bool?

IsFlaggedWrongPhone

Phone is Flagged Wrong

Name: IsFlaggedWrongPhone

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "isFlaggedWrongPhone")]
[Updateable(true)]
[Createable(false)]
public bool? IsFlaggedWrongPhone { get; set; }

Property Value

bool?

IsFlaggedWrongSic

SIC Code is Flagged Wrong

Name: IsFlaggedWrongSic

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "isFlaggedWrongSic")]
[Updateable(true)]
[Createable(false)]
public bool? IsFlaggedWrongSic { get; set; }

Property Value

bool?

IsFlaggedWrongSicDescription

SIC Description is Flagged Wrong

Name: IsFlaggedWrongSicDescription

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "isFlaggedWrongSicDescription")]
[Updateable(true)]
[Createable(false)]
public bool? IsFlaggedWrongSicDescription { get; set; }

Property Value

bool?

IsFlaggedWrongTickerSymbol

Ticker Symbol is Flagged Wrong

Name: IsFlaggedWrongTickerSymbol

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "isFlaggedWrongTickerSymbol")]
[Updateable(true)]
[Createable(false)]
public bool? IsFlaggedWrongTickerSymbol { get; set; }

Property Value

bool?

IsFlaggedWrongTradestyle

Tradestyle is Flagged Wrong

Name: IsFlaggedWrongTradestyle

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "isFlaggedWrongTradestyle")]
[Updateable(true)]
[Createable(false)]
public bool? IsFlaggedWrongTradestyle { get; set; }

Property Value

bool?

IsFlaggedWrongWebsite

Website is Flagged Wrong

Name: IsFlaggedWrongWebsite

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "isFlaggedWrongWebsite")]
[Updateable(true)]
[Createable(false)]
public bool? IsFlaggedWrongWebsite { get; set; }

Property Value

bool?

IsFlaggedWrongYearStarted

Year Started is Flagged Wrong

Name: IsFlaggedWrongYearStarted

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "isFlaggedWrongYearStarted")]
[Updateable(true)]
[Createable(false)]
public bool? IsFlaggedWrongYearStarted { get; set; }

Property Value

bool?

IsInactive

Company Status in Salesforce

Name: IsInactive

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "isInactive")]
[Updateable(true)]
[Createable(false)]
public bool? IsInactive { get; set; }

Property Value

bool?

IsReviewedAccountSite

Account Site is Reviewed

Name: IsReviewedAccountSite

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "isReviewedAccountSite")]
[Updateable(true)]
[Createable(false)]
public bool? IsReviewedAccountSite { get; set; }

Property Value

bool?

IsReviewedAddress

Address is Reviewed

Name: IsReviewedAddress

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "isReviewedAddress")]
[Updateable(true)]
[Createable(false)]
public bool? IsReviewedAddress { get; set; }

Property Value

bool?

IsReviewedAnnualRevenue

Annual Revenue is Reviewed

Name: IsReviewedAnnualRevenue

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "isReviewedAnnualRevenue")]
[Updateable(true)]
[Createable(false)]
public bool? IsReviewedAnnualRevenue { get; set; }

Property Value

bool?

IsReviewedCompanyName

Company Name is Reviewed

Name: IsReviewedCompanyName

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "isReviewedCompanyName")]
[Updateable(true)]
[Createable(false)]
public bool? IsReviewedCompanyName { get; set; }

Property Value

bool?

IsReviewedDandBCompanyDunsNumber

D&B Company D-U-N-S Number is Reviewed

Name: IsReviewedDandBCompanyDunsNumber

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "isReviewedDandBCompanyDunsNumber")]
[Updateable(true)]
[Createable(false)]
public bool? IsReviewedDandBCompanyDunsNumber { get; set; }

Property Value

bool?

IsReviewedDescription

Description is Reviewed

Name: IsReviewedDescription

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "isReviewedDescription")]
[Updateable(true)]
[Createable(false)]
public bool? IsReviewedDescription { get; set; }

Property Value

bool?

IsReviewedDunsNumber

D-U-N-S Number is Reviewed

Name: IsReviewedDunsNumber

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "isReviewedDunsNumber")]
[Updateable(true)]
[Createable(false)]
public bool? IsReviewedDunsNumber { get; set; }

Property Value

bool?

IsReviewedFax

Fax is Reviewed

Name: IsReviewedFax

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "isReviewedFax")]
[Updateable(true)]
[Createable(false)]
public bool? IsReviewedFax { get; set; }

Property Value

bool?

IsReviewedIndustry

Industry is Reviewed

Name: IsReviewedIndustry

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "isReviewedIndustry")]
[Updateable(true)]
[Createable(false)]
public bool? IsReviewedIndustry { get; set; }

Property Value

bool?

IsReviewedNaicsCode

NAICS Code is Reviewed

Name: IsReviewedNaicsCode

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "isReviewedNaicsCode")]
[Updateable(true)]
[Createable(false)]
public bool? IsReviewedNaicsCode { get; set; }

Property Value

bool?

IsReviewedNaicsDescription

NAICS Description is Reviewed

Name: IsReviewedNaicsDescription

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "isReviewedNaicsDescription")]
[Updateable(true)]
[Createable(false)]
public bool? IsReviewedNaicsDescription { get; set; }

Property Value

bool?

IsReviewedNumberOfEmployees

Number of Employees is Reviewed

Name: IsReviewedNumberOfEmployees

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "isReviewedNumberOfEmployees")]
[Updateable(true)]
[Createable(false)]
public bool? IsReviewedNumberOfEmployees { get; set; }

Property Value

bool?

IsReviewedOwnership

Ownership is Reviewed

Name: IsReviewedOwnership

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "isReviewedOwnership")]
[Updateable(true)]
[Createable(false)]
public bool? IsReviewedOwnership { get; set; }

Property Value

bool?

IsReviewedPhone

Phone is Reviewed

Name: IsReviewedPhone

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "isReviewedPhone")]
[Updateable(true)]
[Createable(false)]
public bool? IsReviewedPhone { get; set; }

Property Value

bool?

IsReviewedSic

SIC Code is Reviewed

Name: IsReviewedSic

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "isReviewedSic")]
[Updateable(true)]
[Createable(false)]
public bool? IsReviewedSic { get; set; }

Property Value

bool?

IsReviewedSicDescription

SIC Description is Reviewed

Name: IsReviewedSicDescription

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "isReviewedSicDescription")]
[Updateable(true)]
[Createable(false)]
public bool? IsReviewedSicDescription { get; set; }

Property Value

bool?

IsReviewedTickerSymbol

Ticker Symbol is Reviewed

Name: IsReviewedTickerSymbol

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "isReviewedTickerSymbol")]
[Updateable(true)]
[Createable(false)]
public bool? IsReviewedTickerSymbol { get; set; }

Property Value

bool?

IsReviewedTradestyle

Tradestyle is Reviewed

Name: IsReviewedTradestyle

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "isReviewedTradestyle")]
[Updateable(true)]
[Createable(false)]
public bool? IsReviewedTradestyle { get; set; }

Property Value

bool?

IsReviewedWebsite

Website is Reviewed

Name: IsReviewedWebsite

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "isReviewedWebsite")]
[Updateable(true)]
[Createable(false)]
public bool? IsReviewedWebsite { get; set; }

Property Value

bool?

IsReviewedYearStarted

Year Started is Reviewed

Name: IsReviewedYearStarted

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "isReviewedYearStarted")]
[Updateable(true)]
[Createable(false)]
public bool? IsReviewedYearStarted { get; set; }

Property Value

bool?

LastMatchedDate

Last Matched Date

Name: LastMatchedDate

SF Type: datetime

Nillable: False

[JsonProperty(PropertyName = "lastMatchedDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? LastMatchedDate { get; set; }

Property Value

DateTimeOffset?

LastModifiedBy

ReferenceTo: User

RelationshipName: LastModifiedBy

[JsonProperty(PropertyName = "lastModifiedBy")]
[Updateable(false)]
[Createable(false)]
public SfUser LastModifiedBy { get; set; }

Property Value

SfUser

LastModifiedById

Last Modified By ID

Name: LastModifiedById

SF Type: reference

Nillable: False

[JsonProperty(PropertyName = "lastModifiedById")]
[Updateable(false)]
[Createable(false)]
public string LastModifiedById { get; set; }

Property Value

string

LastModifiedDate

Last Modified Date

Name: LastModifiedDate

SF Type: datetime

Nillable: False

[JsonProperty(PropertyName = "lastModifiedDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? LastModifiedDate { get; set; }

Property Value

DateTimeOffset?

LastStatusChangedBy

ReferenceTo: User

RelationshipName: LastStatusChangedBy

[JsonProperty(PropertyName = "lastStatusChangedBy")]
[Updateable(false)]
[Createable(false)]
public SfUser LastStatusChangedBy { get; set; }

Property Value

SfUser

LastStatusChangedById

User ID

Name: LastStatusChangedById

SF Type: reference

Nillable: True

[JsonProperty(PropertyName = "lastStatusChangedById")]
[Updateable(false)]
[Createable(false)]
public string LastStatusChangedById { get; set; }

Property Value

string

LastStatusChangedDate

Last Status Changed Date

Name: LastStatusChangedDate

SF Type: datetime

Nillable: True

[JsonProperty(PropertyName = "lastStatusChangedDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? LastStatusChangedDate { get; set; }

Property Value

DateTimeOffset?

Latitude

Latitude

Name: Latitude

SF Type: double

Nillable: True

[JsonProperty(PropertyName = "latitude")]
[Updateable(false)]
[Createable(false)]
public double? Latitude { get; set; }

Property Value

double?

Longitude

Longitude

Name: Longitude

SF Type: double

Nillable: True

[JsonProperty(PropertyName = "longitude")]
[Updateable(false)]
[Createable(false)]
public double? Longitude { get; set; }

Property Value

double?

NaicsCode

NAICS Code

Name: NaicsCode

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "naicsCode")]
[Updateable(false)]
[Createable(false)]
public string NaicsCode { get; set; }

Property Value

string

NaicsDescription

NAICS Description

Name: NaicsDescription

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "naicsDescription")]
[Updateable(false)]
[Createable(false)]
public string NaicsDescription { get; set; }

Property Value

string

Name

Account Clean Info Name

Name: Name

SF Type: string

Nillable: False

[JsonProperty(PropertyName = "name")]
[Updateable(true)]
[Createable(false)]
public string Name { get; set; }

Property Value

string

NumberOfEmployees

Number of Employees

Name: NumberOfEmployees

SF Type: int

Nillable: True

[JsonProperty(PropertyName = "numberOfEmployees")]
[Updateable(false)]
[Createable(false)]
public int? NumberOfEmployees { get; set; }

Property Value

int?

Ownership

Ownership

Name: Ownership

SF Type: picklist

Nillable: True

[JsonProperty(PropertyName = "ownership")]
[Updateable(false)]
[Createable(false)]
public string Ownership { get; set; }

Property Value

string

Phone

Phone

Name: Phone

SF Type: phone

Nillable: True

[JsonProperty(PropertyName = "phone")]
[Updateable(false)]
[Createable(false)]
public string Phone { get; set; }

Property Value

string

PostalCode

Zip

Name: PostalCode

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "postalCode")]
[Updateable(false)]
[Createable(false)]
public string PostalCode { get; set; }

Property Value

string

SObjectTypeName

[JsonIgnore]
public static string SObjectTypeName { get; }

Property Value

string

Sic

SIC Code

Name: Sic

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "sic")]
[Updateable(false)]
[Createable(false)]
public string Sic { get; set; }

Property Value

string

SicDescription

SIC Description

Name: SicDescription

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "sicDescription")]
[Updateable(false)]
[Createable(false)]
public string SicDescription { get; set; }

Property Value

string

State

State

Name: State

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "state")]
[Updateable(false)]
[Createable(false)]
public string State { get; set; }

Property Value

string

Street

Street

Name: Street

SF Type: textarea

Nillable: True

[JsonProperty(PropertyName = "street")]
[Updateable(false)]
[Createable(false)]
public string Street { get; set; }

Property Value

string

SystemModstamp

System Modstamp

Name: SystemModstamp

SF Type: datetime

Nillable: False

[JsonProperty(PropertyName = "systemModstamp")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? SystemModstamp { get; set; }

Property Value

DateTimeOffset?

TickerSymbol

Ticker Symbol

Name: TickerSymbol

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "tickerSymbol")]
[Updateable(false)]
[Createable(false)]
public string TickerSymbol { get; set; }

Property Value

string

Tradestyle

Tradestyle

Name: Tradestyle

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "tradestyle")]
[Updateable(false)]
[Createable(false)]
public string Tradestyle { get; set; }

Property Value

string

Website

Website

Name: Website

SF Type: url

Nillable: True

[JsonProperty(PropertyName = "website")]
[Updateable(false)]
[Createable(false)]
public string Website { get; set; }

Property Value

string

YearStarted

Year Started

Name: YearStarted

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "yearStarted")]
[Updateable(false)]
[Createable(false)]
public string YearStarted { get; set; }

Property Value

string