CompleteFundingSourceInput
public struct CompleteFundingSourceInput : Equatable
Input for SudoVirtualCardsClient.completeFundingSource(withInput:).
-
Identifier of the provisional funding source to be completed and provisioned.
Declaration
Swift
public let id: String
-
JSON string of the completion data to be passed back to the service.
Declaration
Swift
public let completionData: CompletionDataInput
-
Declaration
Swift
public init(id: String, completionData: CompletionDataInput)