Skip to content

Commit

Permalink
[PPD-238] call iuv generator: warning fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aacitelli committed Jul 15, 2022
2 parents b6cb21f + ad76245 commit fa14874
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ public class PaymentPositionModel implements Serializable {
@JsonProperty(access = Access.READ_ONLY)
private DebtPositionStatus status;

@Builder.Default
private List<PaymentOptionModel> paymentOption = new ArrayList<>();

public void addPaymentOptions(PaymentOptionModel paymentOpt) {
Expand Down

0 comments on commit fa14874

Please sign in to comment.