Loanproductavailabilityconfiguration
Holds information about product availability.
availableForstring[]
Holds the entities this product is available for. i.e Individuals
Possible values: [INDIVIDUALS, PURE_GROUPS, SOLIDARITY_GROUPS]
branchSettings object
Holds information about branch availability for the product.
allBranchesboolean
Indicates if this product should be available for all branches
branchesstring[]
Holds the ids of the branches this product should be available for.
Loanproductavailabilityconfiguration
{
"availableFor": [
"INDIVIDUALS"
],
"branchSettings": {
"allBranches": true,
"branches": [
"string"
]
}
}