StripeCardCompletionDataInput

public struct StripeCardCompletionDataInput : Hashable, FundingSourceProviderData

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

Properties

  • Identifier of the Payment Method used.

    Declaration

    Swift

    public let paymentMethodId: String
  • Provider used to save the funding source information.

    Declaration

    Swift

    public let provider: String
  • Declaration

    Swift

    public let version: Int
  • Declaration

    Swift

    public let type: FundingSourceType