CheckoutBankAccountCompletionDataInput
public struct CheckoutBankAccountCompletionDataInput : Hashable, FundingSourceProviderData
Input for the completion data of SudoVirtualCardsClient.completeFundingSource(withInput:).
-
Token to be exchanged in order to perform bank account operations.
Declaration
Swift
public let publicToken: String
-
Identifier of the bank account to be used.
Declaration
Swift
public let accountId: String
-
Identifier of the institution at which account to be used is held.
Declaration
Swift
public let institutionId: String
-
Authorization text presented to and agreed to by the user.
Declaration
Swift
public let authorizationText: AuthorizationText
-
Provider used to save the funding source information.
Declaration
Swift
public let provider: String
-
Declaration
Swift
public let version: Int
-
Declaration
Swift
public let type: FundingSourceType