Skip to content

Commit cfea97f

Browse files
committed
1719: OBIE v4r5
1 parent 14c5ec2 commit cfea97f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

secure-api-gateway-ob-uk-common-obie-datamodel/src/main/java/uk/org/openbanking/datamodel/v4/vrp/OBDomesticVRPControlParameters.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ public OBDomesticVRPControlParameters supplementaryData(OBSupplementaryData1 sup
272272

273273
@Schema(name = "SupplementaryData", description = "^ Additional information that can not be captured in the structured fields and/or any other specific block", requiredMode = Schema.RequiredMode.NOT_REQUIRED)
274274
@JsonProperty("SupplementaryData")
275-
public Object getSupplementaryData() {
275+
public OBSupplementaryData1 getSupplementaryData() {
276276
return supplementaryData;
277277
}
278278

secure-api-gateway-ob-uk-common-obie-datamodel/src/main/java/uk/org/openbanking/datamodel/v4/vrp/OBDomesticVRPInstruction.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ public OBDomesticVRPInstruction supplementaryData(OBSupplementaryData1 supplemen
254254

255255
@Schema(name = "SupplementaryData", description = "Additional information that can not be captured in the structured fields and/or any other specific block. ", requiredMode = Schema.RequiredMode.NOT_REQUIRED)
256256
@JsonProperty("SupplementaryData")
257-
public Object getSupplementaryData() {
257+
public OBSupplementaryData1 getSupplementaryData() {
258258
return supplementaryData;
259259
}
260260

0 commit comments

Comments
 (0)