Skip to content

Commit

Permalink
Add MyAccount.createdAt
Browse files Browse the repository at this point in the history
  • Loading branch information
spajxo authored Nov 27, 2023
1 parent 5d84949 commit 6b63136
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Resource/MyAccount.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,15 @@

namespace DigitalCz\DigiSign\Resource;

use DateTime;

class MyAccount extends BaseResource
{
public string $id;
public string $name;
public string $status;
public bool $active;
public DateTime $createdAt;
public ?string $idpDomain;
public ?string $shortName;
}

0 comments on commit 6b63136

Please sign in to comment.