CompleteFundingSourceInput

data class CompleteFundingSourceInput(val id: String, val completionData: ProviderCompletionData, val updateCardFundingSource: Boolean? = null)

Input object containing the information required to complete the creation of a funding source.

Constructors

Link copied to clipboard
constructor(id: String, completionData: ProviderCompletionData, updateCardFundingSource: Boolean? = null)

Properties

Link copied to clipboard

CompletionDataInput The completion data used to complete the funding source creation.

Link copied to clipboard
val id: String

String Identifier of the provisional funding source to be completed and provisioned.

Link copied to clipboard

Boolean Optional flag to indicate whether to update inactive card funding sources with a new funding source when a funding source is created.