AccountBusiness
A business followed by a specific account. (Contains all the same fields as Business, plus an ID and createdAt/updatedAt timestamps.)
type AccountBusiness {
address: String @deprecated
annualRevenueCents: Int @deprecated
businessAddress: Address
businessAnnualGrossRevenueCents: Int
businessAverageDailyBankBalanceCents: Int
businessAverageMonthlyCreditCardRevenue: Int
businessCreditUtilization: Int
businessHasBankruptcies: Boolean
businessHasUccFilings: Boolean
businessIsIncorporated: Boolean
businessIsInvoiced: Boolean
businessNaicsCode: String
businessSicCode: String
businessStartDate: MonthDate
businessTaxLienCount: Int
city: String @deprecated
createdAt: DateTime
duns: String
equifaxID: String
experianBIN: String
explicitBIN: Boolean
explicitDuns: Boolean
extendedZip: String @deprecated
id: ID
name: String
ownerBureau: String
ownerCreditAgeYears: Int
ownerCreditCardLimitDollars: Int
ownerCreditScore: Int
ownerCreditUtilization: Int
ownerHasBankruptcies: Boolean
ownerNeverSixtyDaysLate: Boolean
ownerScoringModel: String
ownerSixMonthInquiriesCount: Int
ownerTaxLienCount: Int
ownerYearInquiriesCount: Int
phone: String
startDate: Date
state: String @deprecated
street: [String] @deprecated
updatedAt: DateTime
zip: String @deprecated
}
Fields
AccountBusiness.address
● String
deprecated scalar
See the businessAddress field instead.
The street address. May contain newlines.
AccountBusiness.annualRevenueCents
● Int
deprecated scalar
See businessAnnualGross Revenue Cents instead
The annual revenue number that we have for this business profile, represented as an integer number of cents. This datum can come from any of a number of sources: user input, estimated from merchant processing data, etc. Example: 5000000
AccountBusiness.businessAddress
● Address
object
The address, city, state, zip of the business
AccountBusiness.businessAnnualGrossRevenueCents
● Int
scalar
AccountBusiness.businessAverageDailyBankBalanceCents
● Int
scalar
AccountBusiness.businessAverageMonthlyCreditCardRevenue
● Int
scalar
AccountBusiness.businessCreditUtilization
● Int
scalar
AccountBusiness.businessHasBankruptcies
● Boolean
scalar
AccountBusiness.businessHasUccFilings
● Boolean
scalar
AccountBusiness.businessIsIncorporated
● Boolean
scalar
AccountBusiness.businessIsInvoiced
● Boolean
scalar
AccountBusiness.businessNaicsCode
● String
scalar
AccountBusiness.businessSicCode
● String
scalar
AccountBusiness.businessStartDate
● MonthDate
scalar
AccountBusiness.businessTaxLienCount
● Int
scalar
AccountBusiness.city
● String
deprecated scalar
See the businessAddress field instead.
The city in which the address is located Example: Washington
AccountBusiness.createdAt
● DateTime
scalar
When this account business record was created, in RFC3339 format Example: 2018-02-02T21:38:25.399715+00:00.
AccountBusiness.duns
● String
scalar
The business's 9 digit Dun and Bradstreet number Example: 072959232
AccountBusiness.equifaxID
● String
scalar
The business's 9 digit alphanumeric Equifax identifier Example: 700325241
AccountBusiness.experianBIN
● String
scalar
The business's 9 digit alphanumeric Experian identifier Example: 700325241
AccountBusiness.explicitBIN
● Boolean
scalar
True if experianBIN was set manually. False if set by Nav's auto match process.
AccountBusiness.explicitDuns
● Boolean
scalar
True if duns was set manually. False if set by Nav's auto match process.
AccountBusiness.extendedZip
● String
deprecated scalar
See the businessAddress field instead.
The remainder of the zip code when the zip code is longer than five digits
AccountBusiness.id
● ID
scalar
ID of this account business record.
AccountBusiness.name
● String
scalar
The name of the business
AccountBusiness.ownerBureau
● String
scalar
AccountBusiness.ownerCreditAgeYears
● Int
scalar
AccountBusiness.ownerCreditCardLimitDollars
● Int
scalar
AccountBusiness.ownerCreditScore
● Int
scalar
AccountBusiness.ownerCreditUtilization
● Int
scalar
AccountBusiness.ownerHasBankruptcies
● Boolean
scalar
AccountBusiness.ownerNeverSixtyDaysLate
● Boolean
scalar
AccountBusiness.ownerScoringModel
● String
scalar
AccountBusiness.ownerSixMonthInquiriesCount
● Int
scalar
AccountBusiness.ownerTaxLienCount
● Int
scalar
AccountBusiness.ownerYearInquiriesCount
● Int
scalar
AccountBusiness.phone
● String
scalar
A phone number in E.164 format. For US numbers this is the 10 digit number prefixed with +1. Example: +18552268388
AccountBusiness.startDate
● Date
scalar
When this business was founded. This datum can come from any of a number of sources: user input, estimated from merchant processing data, etc. Example: 2007-11-01
AccountBusiness.state
● String
deprecated scalar
See the businessAddress field instead.
The two-letter code for the state in which the address city is located Example: DC
AccountBusiness.street
● [String]
deprecated list scalar
See the businessAddress field instead.
The business street address, represented as an array of strings, with one string per line. Example: ['The White House', '1600 Pennsylvania Av.']
AccountBusiness.updatedAt
● DateTime
scalar
When this account business record was last updated, in RFC3339 format Example: 2018-02-02T21:38:25.399715+00:00.
AccountBusiness.zip
● String
deprecated scalar
See the businessAddress field instead.
The 5 digit zip code where the address is located
Member Of
Account
object