RefreshFundingSourceInput
public struct RefreshFundingSourceInput : Equatable
Input for SudoVirtualCardsClient.refreshFundingSource(withInput:).
-
Identifier of the provisional funding source to be refreshed
Declaration
Swift
public let id: String
-
The data representation of the refresh data to be passed back to the service.
Declaration
Swift
public let refreshData: RefreshDataInput
-
Data about the application used to reference configuration information at the service.
Declaration
Swift
public let applicationData: ClientApplicationData
-
Preferred user language for the authorization text display
Declaration
Swift
public let language: String?
-
Construct a RefreshFundingSourceInput
Declaration
Swift
public init(id: String, refreshData: RefreshDataInput, applicationData: ClientApplicationData, language: String?)