CheckoutBankAccountClientConfiguration
public struct CheckoutBankAccountClientConfiguration : BaseFundingSourceClientConfiguration, Equatable
The Sudo Platform SDK representation of the funding source client configuration for checkout.com bank account provider
-
Type of the funding source provider.
Declaration
Swift
public let type: String -
Type of funding source provided
Declaration
Swift
public let fundingSourceType: FundingSourceType -
Configuration version.
Declaration
Swift
public let version: Int -
API Key for configuring calls to the provider.
Declaration
Swift
public let apiKey: String
-
Declaration
Swift
public init(apiKey: String)
CheckoutBankAccountClientConfiguration Structure Reference