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:
@@ -44,4 +44,8 @@ public class PaiementResponse extends BaseResponse {
|
|||||||
|
|
||||||
// Intégration Wave
|
// Intégration Wave
|
||||||
private UUID transactionWaveId;
|
private UUID transactionWaveId;
|
||||||
|
|
||||||
|
// LCB-FT (Lutte Contre le Blanchiment et Financement du Terrorisme)
|
||||||
|
private String origineFonds;
|
||||||
|
private String justificationLcbFt;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user