PlaidAccountMetadata
public struct PlaidAccountMetadata : Equatable
-
Plaid account ID for passing in completion data to completeFundingSource
Declaration
Swift
public let accountId: String
-
Account sub type
Declaration
Swift
public let subtype: BankAccountType
-
Declaration
Swift
public init(accountId: String, subtype: BankAccountType)
-
Declaration
Swift
public init(accountId: String, plaidSubType: String)