object
A Credit Data Order contains the credit information that was requested by a Consumer.
Fields
credit_data_orders.order_id - UUID! non-null
A globally-unique identifier.
credit_data_orders.order_date - Date! non-null
The date the Credit Data Order was requested.
credit_data_orders.order_sku_id - UUID! non-null (currently unavailable)
The ID of the applied SKU.
credit_data_orders.consumer_id - UUID! non-null
The ID of the corresponding Consumer attributes within the Credit Data Order.
credit_data_orders.attributes -CreditAttributes non-null
DeprecationCredit attributes are now only accessed by credit attributes queries
credit_data_orders.collections - [Collection!]! non-null
The continuation of debt owed to a Creditor.
credit_data_orders.credit_scores - [Score!]! non-null
Any form of Credit Score.
credit_data_orders.tradelines - [Tradeline!]! non-null
The records of activities for any approved credit.
credit_data_orders.inquiries - [Inquiry!]! non-null
Inquiries that were placed for the Consumer's credit data at some point in time.
credit_data_orders.bankruptcies - [Bankruptcy!]! non-null
Conditions where an Account has had a Bankruptcy before.
credit_data_orders.mla_statuses - [MLAStatus!]! non-null
The details of the MLA status.
credit_data_orders.ofac_statuses - [OFACStatus!]! non-null
The details of the OFAC status.
