From 2faac5647d350b8d4a02eb93156f6c9b5064871d Mon Sep 17 00:00:00 2001 From: Remi Jannel Date: Wed, 19 Aug 2020 11:06:46 -0700 Subject: [PATCH] Codegen for openapi 84af9b1 --- lib/Customer.php | 2 +- lib/File.php | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/Customer.php b/lib/Customer.php index a09acb9ba..89fbae02e 100644 --- a/lib/Customer.php +++ b/lib/Customer.php @@ -37,7 +37,7 @@ * @property null|\Stripe\Collection $sources The customer's payment sources, if any. * @property null|\Stripe\Collection $subscriptions The customer's current subscriptions, if any. * @property null|string $tax_exempt Describes the customer's tax exemption status. One of none, exempt, or reverse. When set to reverse, invoice and receipt PDFs include the text "Reverse charge". - * @property \Stripe\Collection $tax_ids The customer's tax IDs. + * @property null|\Stripe\Collection $tax_ids The customer's tax IDs. */ class Customer extends ApiResource { diff --git a/lib/File.php b/lib/File.php index 8138641de..d73bed842 100644 --- a/lib/File.php +++ b/lib/File.php @@ -18,6 +18,7 @@ * @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 null|int $expires_at The time at which the file expires and is no longer available in epoch seconds. * @property null|string $filename A filename for the file, suitable for saving to a filesystem. * @property null|\Stripe\Collection $links A list of file links that point at this file. * @property string $purpose The purpose of the uploaded file.