Skip to content

Commit

Permalink
AccountCollectionOptions Equatable
Browse files Browse the repository at this point in the history
  • Loading branch information
mludowise-stripe committed Oct 2, 2024
1 parent 351559a commit 19b7736
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import Foundation

@_spi(PrivateBetaConnect)
/// Collection options for account onboarding
public struct AccountCollectionOptions: Codable {
public struct AccountCollectionOptions: Equatable, Codable {

public enum FieldOption: String, Codable {
case currentlyDue = "currently_due"
Expand Down

0 comments on commit 19b7736

Please sign in to comment.