{ "type": "object", "properties": { "transactionId": { "type": "string", "description": "Unique identifier of transaction in Simbrella system", "example": "T004" }, "fbnTransactionId": { "type": "string", "description": "Unique id of the transaction received from FBN in Eligibility or Provision requests", "example": "Tr201712RK9232P115" }, "debtId": { "type": "string", "description": "Unique identifier of providing loan in Simbrella system", "example": "273194670" }, "customerId": { "type": "string", "description": "Unique identifier of a user", "example": "CN621868" }, "accountId": { "type": "string", "description": "Specific identifier of a user's account", "example": "2017821799" }, "penalCharge": { "type": "number", "format": "double", "description": "Penalty amount that needs to be collected from user's account", "example": 101.2 }, "lienAmount": { "type": "number", "format": "double", "description": "Aggregated (summed up) lien amount", "example": 101.2 }, "comment": { "type": "string", "description": "Any additional comment for provided loan operation", "example": "Testing PenalChargeRequest" } }, "required": [ "transactionId", "fbnTransactionId", "debtId", "customerId", "accountId", "penalCharge", "lienAmount" ], "xml": { "name": "PenalChargeRequest" } }