Skip to content

Commit

Permalink
Add loyalty exists while searching installment (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlicanAkkus authored Mar 20, 2024
1 parent cf1f940 commit bfd8397
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 bfd8397

Please sign in to comment.