CheckoutBankAccountRefreshInteractionData

public struct CheckoutBankAccountRefreshInteractionData : FundingSourceProviderData, Decodable, Hashable

Data received to continue funding source refresh process when further user interaction is required for Checkout Bank Account funding sources.

Properties

  • Declaration

    Swift

    public let provider: String
  • Declaration

    Swift

    public let type: FundingSourceType
  • Declaration

    Swift

    public let version: Int

Conformance: Encodable

  • Declaration

    Swift

    public init(from decoder: Decoder) throws