Skip to content

Commit

Permalink
Add setter to OutputContent.java
Browse files Browse the repository at this point in the history
  • Loading branch information
jillingk committed May 16, 2024
1 parent 6e639dd commit 67f3311
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/java/com/adyen/model/nexo/OutputContent.java
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,10 @@ public List<OutputText> getOutputText() {
return this.outputText;
}

public void setOutputText(List<OutputText> outputText) {
this.outputText = outputText;
}

/**
* Gets the value of the outputXHTML property.
*
Expand Down

0 comments on commit 67f3311

Please sign in to comment.