projects.apps

Overview

A lending app contains information about your real life lending application and is a container for lending accounts, events and assessments. It also defines a lending policy which is a set of configurable rules that are used to process assessments.

{
   "appId": string,
   "category": string,
   "channel": string,
   "platform": string,
   "status": string,
   "displayName": string,
   "settings": object(LendingAppSettings)
}

Fields

Last updated