Skip to content

Commit b74e9e5

Browse files
committed
Add AuthorisationExpiryDate
1 parent ecbd2a6 commit b74e9e5

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/Response/Embeds/Transaction.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,11 @@ class Transaction extends AbstractResponse
300300
*/
301301
public $Authentication;
302302

303+
/**
304+
* @var DateTime
305+
*/
306+
public $AuthorisationExpiryDate;
307+
303308
/**
304309
* @param string $IsTokenized
305310
*

0 commit comments

Comments
 (0)