Complete Funding Source Input
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
Boolean Optional flag to indicate whether to update inactive card funding sources with a new funding source when a funding source is created.