Skip to content

Commit

Permalink
Add version of search payout completed tx with pagination
Browse files Browse the repository at this point in the history
  • Loading branch information
beransantur committed Mar 20, 2024
1 parent b65ca34 commit a7da170
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions adapter/model.go
Original file line number Diff line number Diff line change
Expand Up @@ -1710,9 +1710,6 @@ type SearchPayoutCompletedTransactionsResponse struct {
MerchantType *string `json:"merchantType"`
SettlementEarningsDestination *string `json:"settlementEarningsDestination"`
SettlementSource *string `json:"settlementSource"`
Page int `json:"page"`
Size int `json:"size"`
TotalSize int64 `json:"totalSize"`
}

type SearchPayoutBouncedTransactionsResponse struct {
Expand Down

0 comments on commit a7da170

Please sign in to comment.