StripeCardCompletionDataInput
public struct StripeCardCompletionDataInput : Hashable, FundingSourceProviderData
Input for the completion data of SudoVirtualCardsClient.completeFundingSource(withInput:).
-
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
-
Declaration
Swift
public init(paymentMethodId: String)
StripeCardCompletionDataInput Structure Reference