diff --git a/Sources/StripeKit/Connect/Accounts/Account.swift b/Sources/StripeKit/Connect/Accounts/Account.swift index ce04f68e..c117e1de 100644 --- a/Sources/StripeKit/Connect/Accounts/Account.swift +++ b/Sources/StripeKit/Connect/Accounts/Account.swift @@ -29,7 +29,7 @@ public struct StripeConnectAccount: StripeModel { /// The account’s country. public var country: String? /// Time at which the object was created. Measured in seconds since the Unix epoch. - public var created: Date + public var created: Date? /// Three-letter ISO currency code representing the default currency for the account. This must be a currency that Stripe supports in the account’s country. public var defaultCurrency: StripeCurrency? /// Whether account details have been submitted. Standard accounts cannot receive payouts before this is true.