summaryrefslogtreecommitdiffstats
path: root/vendor/stripe/stripe-php/lib/FinancialConnections/AccountOwnership.php
diff options
context:
space:
mode:
authorAnton Luka Šijanec <anton@sijanec.eu>2024-05-27 13:08:29 +0200
committerAnton Luka Šijanec <anton@sijanec.eu>2024-05-27 13:08:29 +0200
commit75160b12821f7f4299cce7f0b69c83c1502ae071 (patch)
tree27e25e4ccaef45f0c58b22831164050d1af1d4db /vendor/stripe/stripe-php/lib/FinancialConnections/AccountOwnership.php
parentprvi-commit (diff)
download1ka-75160b12821f7f4299cce7f0b69c83c1502ae071.tar
1ka-75160b12821f7f4299cce7f0b69c83c1502ae071.tar.gz
1ka-75160b12821f7f4299cce7f0b69c83c1502ae071.tar.bz2
1ka-75160b12821f7f4299cce7f0b69c83c1502ae071.tar.lz
1ka-75160b12821f7f4299cce7f0b69c83c1502ae071.tar.xz
1ka-75160b12821f7f4299cce7f0b69c83c1502ae071.tar.zst
1ka-75160b12821f7f4299cce7f0b69c83c1502ae071.zip
Diffstat (limited to 'vendor/stripe/stripe-php/lib/FinancialConnections/AccountOwnership.php')
-rw-r--r--vendor/stripe/stripe-php/lib/FinancialConnections/AccountOwnership.php18
1 files changed, 18 insertions, 0 deletions
diff --git a/vendor/stripe/stripe-php/lib/FinancialConnections/AccountOwnership.php b/vendor/stripe/stripe-php/lib/FinancialConnections/AccountOwnership.php
new file mode 100644
index 0000000..7906c97
--- /dev/null
+++ b/vendor/stripe/stripe-php/lib/FinancialConnections/AccountOwnership.php
@@ -0,0 +1,18 @@
+<?php
+
+// File generated from our OpenAPI spec
+
+namespace Stripe\FinancialConnections;
+
+/**
+ * Describes a snapshot of the owners of an account at a particular point in time.
+ *
+ * @property string $id Unique identifier for the object.
+ * @property string $object String representing the object's type. Objects of the same type share the same value.
+ * @property int $created Time at which the object was created. Measured in seconds since the Unix epoch.
+ * @property \Stripe\Collection<\Stripe\FinancialConnections\AccountOwner> $owners A paginated list of owners for this account.
+ */
+class AccountOwnership extends \Stripe\ApiResource
+{
+ const OBJECT_NAME = 'financial_connections.account_ownership';
+}