Skip to content

Commit

Permalink
added bankId and switching
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniosthanasisgit authored Nov 21, 2023
1 parent 1f39ba4 commit a59ff44
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Responses/Transaction.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ class Transaction
{
public function __construct(
public readonly string $email,
public readonly string $bankId,
public readonly int $amount,
public readonly bool $switching,
public readonly string $orderCode,
public readonly TransactionStatus $statusId,
public readonly string $fullName,
Expand Down

0 comments on commit a59ff44

Please sign in to comment.