StripeCardClientConfiguration

public struct StripeCardClientConfiguration : BaseFundingSourceClientConfiguration, Equatable

The Sudo Platform SDK representation of the funding source client configuration for Stripe card 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