Strise Connect API Docs
TypesObjects

CollateralSummary

A summary of collateral without individual details.

type CollateralSummary {
  count: Int!
  totalAmount: Float!
}

Fields

count Int! non-null scalar

Int! The number of collateral items.

totalAmount Float! non-null scalar

Float! The total amount of all collateral.

Member Of

CreditScore object

On this page