Skip to content

Commit 67f3311

Browse files
committed
Add setter to OutputContent.java
1 parent 6e639dd commit 67f3311

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/main/java/com/adyen/model/nexo/OutputContent.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,10 @@ public List<OutputText> getOutputText() {
120120
return this.outputText;
121121
}
122122

123+
public void setOutputText(List<OutputText> outputText) {
124+
this.outputText = outputText;
125+
}
126+
123127
/**
124128
* Gets the value of the outputXHTML property.
125129
*

0 commit comments

Comments
 (0)