TransactionRequest
type TransactionRequest = {
options?: Record<string, unknown>;
type: string;
};
Transaction request object
Properties
options?
optional options?: Record<string, unknown>;
The specific set of selectable options that apply to the specific type of transaction request, as modeled by your application, being templated by the Lender administrator. This can be used to select from which bureaus to order a borrower's credit score for a Credit integration, or how many days of income information to pull for a borrower in the case of a Verification of Income/Employment integration
type
type: string;
The type of transaction request being templated for the subject product. This must be one of the supported values for the request type that your application is configured to support, based on which its data entitlements are scoped