feat: complete assessment tasks

This commit is contained in:
Ayobami
2025-08-11 05:58:17 +01:00
parent 9122c7f108
commit 3b086cfa55
391 changed files with 43053 additions and 7 deletions
@@ -0,0 +1,13 @@
<?php
namespace Stripe;
/**
* @property string $id Unique identifier for the event.
* @property string $idempotency_key
*/
class Reason
{
public $id;
public $idempotency_key;
}