File tree Expand file tree Collapse file tree
src/main/java/com/truelayer/java/mandates/entities/mandatedetail Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
77
88## [ 17.6.0] - 2026-05-15
99### Added
10- * * Add support for ` user_interaction ` and ` use_cases ` fields in payment API for commercial mandate
10+ * Add support for ` user_interaction ` and ` use_cases ` fields in payment API for commercial mandate
1111
1212## [ 17.5.1] - 2025-10-31
1313### Fixed
Original file line number Diff line number Diff line change 88import com .truelayer .java .entities .UseCase ;
99import com .truelayer .java .mandates .entities .Constraints ;
1010import com .truelayer .java .mandates .entities .beneficiary .Beneficiary ;
11+ import com .truelayer .java .mandates .entities .mandate .Mandate ;
1112import com .truelayer .java .payments .entities .providerselection .ProviderSelection ;
1213import java .time .ZonedDateTime ;
1314import java .util .Map ;
@@ -43,7 +44,7 @@ public abstract class MandateDetail {
4344
4445 private UseCase useCase ;
4546
46- private String type ;
47+ private Mandate . Type type ;
4748
4849 public abstract Status getStatus ();
4950
You can’t perform that action at this time.
0 commit comments