cancelFundingSource

abstract suspend fun cancelFundingSource(id: String): FundingSource

Cancel a FundingSource using the id parameter.

Return

The FundingSource that has been cancelled and is in an inactive state.

Parameters

id

String Identifier of the FundingSource to cancel.

Throws