Skip to content

Commit

Permalink
Add member based settlement delay count
Browse files Browse the repository at this point in the history
  • Loading branch information
Alican Akkus committed May 16, 2024
1 parent fc65ddf commit 41d5025
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 @@ -1417,6 +1417,7 @@ type UpdateMemberRequest struct {
IsBuyer bool `json:"isBuyer,omitempty"`
IsSubMerchant bool `json:"isSubMerchant,omitempty"`
SubMerchantMaximumAllowedNegativeBalance float64 `json:"subMerchantMaximumAllowedNegativeBalance,omitempty"`
SettlementDelayCount int64 `json:"settlementDelayCount,omitempty"`
}

type SearchMembersRequest struct {
Expand Down

0 comments on commit 41d5025

Please sign in to comment.