Skip to content

Commit

Permalink
adds payout date as a settlement completed date while retrieving payo…
Browse files Browse the repository at this point in the history
…ut detail
  • Loading branch information
Alican Akkus authored and Alican Akkus committed Oct 2, 2023
1 parent ddadee1 commit d74b704
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/response/dto/PayoutCompletedTransaction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ type PayoutCompletedTransaction = {
transactionId: number;
transactionType: string;
payoutAmount: number;
payoutDate?: Date;
currency: Currency;
merchantId: number;
merchantType: MerchantType;
Expand Down

0 comments on commit d74b704

Please sign in to comment.