Skip to content

Commit

Permalink
Add loyalty exists while searching installment
Browse files Browse the repository at this point in the history
  • Loading branch information
Alican Akkus authored and Alican Akkus committed Mar 20, 2024
1 parent cf1f940 commit 13a4526
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions adapter/model.go
Original file line number Diff line number Diff line change
Expand Up @@ -1298,6 +1298,7 @@ type SearchInstallmentsRequest struct {
Price float64 `schema:"price"`
Currency Currency `schema:"currency"`
DistinctCardBrandsWithLowestCommissions bool `schema:"distinctCardBrandsWithLowestCommissions"`
LoyaltyExists bool `schema:"loyaltyExists"`
}

type InstallmentListResponse struct {
Expand Down

0 comments on commit 13a4526

Please sign in to comment.