Tradeline

'object'

The tradeline object.

Fields

id : ID!
Unique identifier.


merchant: String!
The merchant name.


category : TradelineCategory!


isOpen : Boolean!
Whether or not this tradeline has been attested to.


isEligible : Boolean!
Whether or not this tradeline is eligible to be reported to the credit bureaus.


attestation : Attestation


paymentFrequency : PaymentFrequency


serviceAddress : String
Address associated with the tradeline.


servicePhone : String
Phone number associated with the tradeline.


leaseStartDate : String
If tradeline is that of RENTthe lease start date should be provided.


utilityTypes : [UtilityType! ]
The different utility types covered by this tradeline.(can be more than one)


serviceAddressType : String
See AddressType


createdAt : Time!


updatedAt : Time!


transactions(input:TransactionsInput! ): TransactionsConnection!
The transactions for this particular tradeline.