Skip to content

Commit

Permalink
Merge pull request #140 from Buratti/main
Browse files Browse the repository at this point in the history
ConnectAccount propery type changed from Date to Date?
  • Loading branch information
Andrewangeta authored Oct 8, 2021
2 parents bc125cf + 7436302 commit db36c32
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 db36c32

Please sign in to comment.