CompletionDataInput

public enum CompletionDataInput : Sendable, Hashable, FundingSourceProviderData

Input for the completion data of SudoVirtualCardsClient.completeFundingSource(withInput:).

Properties

  • Declaration

    Swift

    public var provider: String { get }
  • Declaration

    Swift

    public var type: FundingSourceType { get }
  • Declaration

    Swift

    public var version: Int { get }