Skip to content

Commit

Permalink
ConnectAccount propery type changed from Date to Date?
Browse files Browse the repository at this point in the history
  • Loading branch information
Buratti committed Oct 1, 2021
1 parent bc125cf commit 7436302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/StripeKit/Connect/Accounts/Account.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 7436302

Please sign in to comment.