verifySetupIntentWithMicrodeposits

abstract suspend fun verifySetupIntentWithMicrodeposits(clientSecret: String, firstAmount: Int, secondAmount: Int, requestOptions: ApiRequest.Options): Result<SetupIntent>
abstract suspend fun verifySetupIntentWithMicrodeposits(clientSecret: String, descriptorCode: String, requestOptions: ApiRequest.Options): Result<SetupIntent>