RefreshDataInput
public enum RefreshDataInput : FundingSourceProviderData, Hashable
Provider-agnostic enum for the refresh data of SudoVirtualCardsClient.refreshFundingSource(withInput:).
-
Declaration
Swift
case checkoutBankAccount(CheckoutBankAccountRefreshDataInput)
-
Declaration
Swift
public var provider: String { get }
-
Declaration
Swift
public var type: FundingSourceType { get }
-
Declaration
Swift
public var version: Int { get }