feat(api): T004 - ajout champs LCB-FT dans PaiementResponse

- Ajout origineFonds (String)
- Ajout justificationLcbFt (String)

Spec 001-mutuelles-anti-blanchiment - Phase 1 API
Task T004 complétée : DTOs intentions paiement étendus pour LCB-FT
This commit is contained in:
dahoud
2026-03-17 10:50:26 +00:00
parent cbf911caa8
commit 98cffc4243

View File

@@ -44,4 +44,8 @@ public class PaiementResponse extends BaseResponse {
// Intégration Wave
private UUID transactionWaveId;
// LCB-FT (Lutte Contre le Blanchiment et Financement du Terrorisme)
private String origineFonds;
private String justificationLcbFt;
}