Skip to content

Commit

Permalink
FINERACT-1981: Update (loan product request) swagger with loan schedu…
Browse files Browse the repository at this point in the history
…le type
  • Loading branch information
adamsaghy committed Oct 31, 2023
1 parent ea55dda commit 30ad4f5
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,9 @@ private PostLoanProductsRequest() {}
public AllowAttributeOverrides allowAttributeOverrides;
public List<RateData> rates;

@Schema(example = "CUMULATIVE")
public String loanScheduleType;

static final class AllowAttributeOverrides {

private AllowAttributeOverrides() {}
Expand All @@ -279,6 +282,8 @@ private AllowAttributeOverrides() {}
public boolean graceOnPrincipalAndInterestPayment;
@Schema(example = "true")
public boolean graceOnArrearsAgeing;
@Schema(example = "CUMULATIVE")
public String loanScheduleType;
}

static final class ChargeData {
Expand Down

0 comments on commit 30ad4f5

Please sign in to comment.