CompletionDataInput
public enum CompletionDataInput : Hashable, FundingSourceProviderData
-
Declaration
Swift
case stripeCard(StripeCardCompletionDataInput)
-
Declaration
Swift
case checkoutCard(CheckoutCardCompletionDataInput)
-
Declaration
Swift
case checkoutBankAccount(CheckoutBankAccountCompletionDataInput)
-
Declaration
Swift
public var provider: String { get }
-
Declaration
Swift
public var type: FundingSourceType { get }
-
Declaration
Swift
public var version: Int { get }