CheckoutBankAccountClientConfiguration

public struct CheckoutBankAccountClientConfiguration : BaseFundingSourceClientConfiguration, Equatable

The Sudo Platform SDK representation of the funding source client configuration for checkout.com bank account provider

Properties

  • 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