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 c9074ca commit b65ca34
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions adapter/model.go
Original file line number Diff line number Diff line change
Expand Up @@ -1710,6 +1710,9 @@ 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 b65ca34

Please sign in to comment.